dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.1k stars 331 forks source link

Dotnet restore hangs on Amazon Linux 2023 #1250

Open ram-devsecops opened 5 months ago

ram-devsecops commented 5 months ago

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:

philliphoff commented 5 months ago

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