Closed seadavis closed 9 months ago
@seadavis the nuget package references a bunch of architecture specific packages, so you'd have to grab the architecture specific one. As for the header you can grab from this repo. As for the SSL error, I am not sure what's causing Azure DevOps to kill the connection there.
@seadavis I'll be closing this since I didn't hear anything back, but feel free to open a new one or comment on this one if you're still having issues building.
Description
I'm trying to get dbgshim.dll and dbgshim.h. If there is a better way to get those two without building this repo. I have tried the Nuget package but it doesn't have the .h file or the .dll file, so I have no idea how to include in a cpp project.
When I try to build using Build.cmd on a windows 11 computer I get the output described below
Configuration
x64 Architecture Visual Studio Community 2022 17.8.5 Local alienware laptop
Output of dotnet info
``` Welcome to .NET 8.0! --------------------- SDK Version: 8.0.101 Telemetry --------- The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry ---------------- 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 -------------------------------------------------------------------------------------- Could not execute because the specified command or file was not found. Possible reasons for this include: * You misspelled a built-in dotnet command. * You intended to execute a .NET program, but dotnet-info does not exist. * You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. ```Other information
Output of build.cmd
``` Determining projects to restore... All projects are up-to-date for restore. Runtime toolset 'dotnet/x64 v6.0.24' already installed. Runtime toolset 'dotnet/x64 v7.0.14' already installed. Runtime toolset 'dotnet/x64 v8.0.0' already installed. Runtime toolset 'dotnet/x86 v6.0.24' already installed. Runtime toolset 'dotnet/x86 v7.0.14' already installed. Runtime toolset 'dotnet/x86 v8.0.0' already installed. Determining projects to restore... Determining projects to restore... All projects are up-to-date for restore. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-arm/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-arm/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.runtime.win-arm/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.runtime.win-arm/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.runtime.win-x86/index.j son'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.windowsdesktop.app.runtime.win-x86/index.j son'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json' . The SSL connection could not be established, see inner exception. Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a54510f9-4b2c-4e69-b96a-6096683aaa1f/nuget/v3/flat2/microsoft.windowsdesktop.app.runtime.win-x86/index.j son'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/3698578c-d33d-473f-9ffc-769cfbd11be7/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.runtime.win-arm/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/microsoft.netcore.app.runtime.win-arm/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.netcore.app.runtime.win-arm/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.windowsdesktop.app.runtime.win-x86/index.json '. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.windowsdesktop.app.runtime.win-x86/index.j son'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.windowsdesktop.app.runtime.win-x86/index.j son'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/microsoft.windowsdesktop.app.runtime.win-x86/index.json '. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-arm/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-arm/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/49a1bb2b-12b0-475f-adbd-1560fc76be38/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-arm/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.netcore.app.host.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source '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'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\EventPipeTracee\EventPipeTracee.csproj (in 8.22 sec) . Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.DebugServices\Microsoft.Diagnostics. DebugServices.csproj (in 8.2 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.WebSocketServer\Microsoft.Diagnostic s.WebSocketServer.csproj (in 8.2 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\StackTracee\StackTracee.csproj (in 8.23 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\Tracee\Tracee.csproj (in 8.24 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\TestExtension\TestExtension.csproj (in 8.24 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\SOS\SOS.InstallHelper\SOS.InstallHelper.csproj (in 13 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\SOS\SOS.Hosting\SOS.Hosting.csproj (in 44 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.Monitoring\Microsoft.Diagnostics.Mon itoring.csproj (in 59 ms). Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/a65e5cb4-26c0-410f-9457-06db3c5254be/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.NETCore.Client\Microsoft.Diagnostics .NETCore.Client.csproj (in 59 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.DebugServices.Implementation\Microso ft.Diagnostics.DebugServices.Implementation.csproj (in 8.3 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\SOS\SOS.Extensions\SOS.Extensions.csproj (in 8.32 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\ExitCodeTracee\ExitCodeTracee.csproj (in 28 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\CommonTestRunner\CommonTestRunner.csproj (in 278 ms) . Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\DbgShim.UnitTests\DbgShim.UnitTests.csproj (in 8.54 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\Microsoft.Diagnostics.DebugServices.UnitTests\Micros oft.Diagnostics.DebugServices.UnitTests.csproj (in 335 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\dotnet-trace\DotnetTrace.UnitTests.csproj (in 8.67 s ec). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\dotnet-counters\DotnetCounters.UnitTests.csproj (in 8.55 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\SOS\SOS.Package\SOS.Package.csproj (in 13 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\SOS\SOS.Package\SOS.Symbol.Package.csproj (in 16 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.Repl\Microsoft.Diagnostics.Repl.cspr oj (in 23 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\eventpipe\EventPipe.UnitTests.csproj (in 380 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\Microsoft.Diagnostics.Monitoring\Microsoft.Diagnosti cs.Monitoring.UnitTests.csproj (in 8.64 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.ExtensionCommands\Microsoft.Diagnost ics.ExtensionCommands.csproj (in 21 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\Microsoft.Diagnostics.Monitoring.EventPipe\Microsoft .Diagnostics.Monitoring.EventPipe.UnitTests.csproj (in 395 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\tests\Microsoft.Diagnostics.NETCore.Client\Microsoft.Diagn ostics.NETCore.Client.UnitTests.csproj (in 8.65 sec). Restored C:\Software Projects\Copied Repos\diagnostics\src\SOS\SOS.UnitTests\SOS.UnitTests.csproj (in 64 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.TestHelpers\Microsoft.Diagnostics.Te stHelpers.csproj (in 60 ms). Restored C:\Software Projects\Copied Repos\diagnostics\src\Microsoft.Diagnostics.Monitoring.EventPipe\Microsoft.Diagn ostics.Monitoring.EventPipe.csproj (in 47 ms). Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.netcore.app.runtime.osx-x64/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.osx-x64/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.aspnetcore.app.runtime.win-x86/index.json' . The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_ packaging/aa4b1a33-1c05-44a9-81f6-05c20f319461/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Retrying 'FindPackagesByIdAsync' for source 'https://dnceng.pkgs.visualstudio.com/9ee6d478-d288-47f7-aacc-f6e6d082ae6 d/_packaging/7d9f5c21-0d79-403f-bfe3-9a4506529760/nuget/v3/flat2/microsoft.netcore.app.runtime.win-x86/index.json'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-arm.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-arm/6.0.22/microsoft.netcore.app.runtime.win-arm.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.win-arm.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.win-arm/6.0.22/microsoft.aspnetcore.app.runtime.win-arm.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-x64/6.0.22/microsoft.netcore.app.runtime.win-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-x86/6.0.22/microsoft.netcore.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.WindowsDesktop.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnc eng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win dowsdesktop.app.runtime.win-x86/6.0.22/microsoft.windowsdesktop.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.win-x86/6.0.22/microsoft.aspnetcore.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.osx-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.osx-x64/6.0.22/microsoft.aspnetcore.app.runtime.osx-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-x64/6.0.22/microsoft.netcore.app.runtime.win-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-arm.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-arm/6.0.22/microsoft.netcore.app.runtime.win-arm.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.WindowsDesktop.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnc eng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win dowsdesktop.app.runtime.win-x86/6.0.22/microsoft.windowsdesktop.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.win-x86/6.0.22/microsoft.aspnetcore.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.osx-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.osx-x64/6.0.22/microsoft.aspnetcore.app.runtime.osx-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-x64/6.0.22/microsoft.netcore.app.runtime.win-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.WindowsDesktop.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnc eng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win dowsdesktop.app.runtime.win-x86/6.0.22/microsoft.windowsdesktop.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.win-x86/6.0.22/microsoft.aspnetcore.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-arm.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-arm/6.0.22/microsoft.netcore.app.runtime.win-arm.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.osx-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.osx-x64/6.0.22/microsoft.aspnetcore.app.runtime.osx-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-x64/6.0.22/microsoft.netcore.app.runtime.win-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.WindowsDesktop.App.Runtime.win-x86.6.0.22' from 'https://pkgs.dev.azure.com/dnc eng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.win dowsdesktop.app.runtime.win-x86/6.0.22/microsoft.windowsdesktop.app.runtime.win-x86.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.osx-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.osx-x64/6.0.22/microsoft.aspnetcore.app.runtime.osx-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.NETCore.App.Runtime.win-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee 6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.ap p.runtime.win-x64/6.0.22/microsoft.netcore.app.runtime.win-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. Failed to download package 'Microsoft.AspNetCore.App.Runtime.osx-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/ 9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetc ore.app.runtime.osx-x64/6.0.22/microsoft.aspnetcore.app.runtime.osx-x64.6.0.22.nupkg'. The SSL connection could not be established, see inner exception. Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. An existing connection was forcibly closed by the remote host. C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Failed to download package 'Microsoft.NETCore.App.Runtime.win-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d28 8-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.runtime.w in-x64/6.0.22/microsoft.netcore.app.runtime.win-x64.6.0.22.nupkg'. [C:\Software Projects\Copied Repos\diagnostics\diagn ostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : The SSL connection could not be established, see inner exception. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.s ln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Unabl e to read data from the transport connection: An existing connection was forcibly closed by the remote host.. [C:\Softw are Projects\Copied Repos\diagnostics\diagnostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : An ex isting connection was forcibly closed by the remote host. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.sl n] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Failed to download package 'Microsoft.AspNetCore.App.Runtime.osx-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478- d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.run time.osx-x64/6.0.22/microsoft.aspnetcore.app.runtime.osx-x64.6.0.22.nupkg'. [C:\Software Projects\Copied Repos\diagnost ics\diagnostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : The SSL connection could not be established, see inner exception. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.s ln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Unabl e to read data from the transport connection: An existing connection was forcibly closed by the remote host.. [C:\Softw are Projects\Copied Repos\diagnostics\diagnostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : An ex isting connection was forcibly closed by the remote host. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.sl n] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : The pro cess cannot access the file 'C:\Users\seada\.nuget\packages\microsoft.aspnetcore.app.runtime.osx-x64\6.0.22\1f4rwjol.un g' because it is being used by another process. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.sln] Build FAILED. C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Failed to download package 'Microsoft.NETCore.App.Runtime.win-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d28 8-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.netcore.app.runtime.w in-x64/6.0.22/microsoft.netcore.app.runtime.win-x64.6.0.22.nupkg'. [C:\Software Projects\Copied Repos\diagnostics\diagn ostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : The SSL connection could not be established, see inner exception. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.s ln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Unabl e to read data from the transport connection: An existing connection was forcibly closed by the remote host.. [C:\Softw are Projects\Copied Repos\diagnostics\diagnostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : An ex isting connection was forcibly closed by the remote host. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.sl n] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Failed to download package 'Microsoft.AspNetCore.App.Runtime.osx-x64.6.0.22' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478- d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnetcore.app.run time.osx-x64/6.0.22/microsoft.aspnetcore.app.runtime.osx-x64.6.0.22.nupkg'. [C:\Software Projects\Copied Repos\diagnost ics\diagnostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : The SSL connection could not be established, see inner exception. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.s ln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : Unabl e to read data from the transport connection: An existing connection was forcibly closed by the remote host.. [C:\Softw are Projects\Copied Repos\diagnostics\diagnostics.sln] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : An ex isting connection was forcibly closed by the remote host. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.sl n] C:\Software Projects\Copied Repos\diagnostics\.dotnet\sdk\9.0.100-alpha.1.23615.4\NuGet.targets(169,5): error : The pro cess cannot access the file 'C:\Users\seada\.nuget\packages\microsoft.aspnetcore.app.runtime.osx-x64\6.0.22\1f4rwjol.un g' because it is being used by another process. [C:\Software Projects\Copied Repos\diagnostics\diagnostics.sln] 0 Warning(s) 3 Error(s) Time Elapsed 00:00:29.43 Build failed with exit code 1. Check errors above. ```