When running a dotnet restore or dotnet run without --no-restore under Bear, the restore times out after a few minutes.
It seems like network traffic to the nuget package source is blocked.
I've tried both --force-preload and --force-wrapper but to no avail.
I'm using .NET 9.0.
When running a
dotnet restoreordotnet runwithout--no-restoreunder Bear, the restore times out after a few minutes.It seems like network traffic to the nuget package source is blocked.
I've tried both
--force-preloadand--force-wrapperbut to no avail.I'm using .NET 9.0.