dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

Dotnet restore hangs on Amazon Linux 2023

Open ram-devsecops opened this issue 1 year ago • 1 comments

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

dotnetrestore.log

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 avatar Mar 12 '24 03:03 ram-devsecops

@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.

philliphoff avatar Mar 13 '24 16:03 philliphoff