dotnet-sdk
dotnet-sdk copied to clipboard
Dotnet restore hangs on Amazon Linux 2023
Expected Behavior
dotnet restore should work in few seconds
Actual Behavior
It hangs forever..I tried different workarounds suggested in other issues but no luck
I tried export DOTNET_EnableWriteXorExecute=0 but it still hangs.
Attached log file
Steps to Reproduce the Problem
Install dotnet-sdk-6.0 or dotnet-sdk-8.0 on Amazon Linux 2023
Try to restore a dotnet project by running dotnet restore
Release Note
RELEASE NOTE:
@ram-devsecops Is this specific to Dapr NuGet packages or use of .NET on Amazon Linux in general? (The logs don't indicate use of Dapr, in particular.). If the latter, I'd suggest filing an issue in the dotnet/runtime repo.