79402788

Date: 2025-01-31 12:58:37
Score: 1
Natty:
Report link

Had a similar issue where I was simply not able to install Microsoft.Data.SqlClient package.

I was able to solve it by clearing the nuget cache:

dotnet nuget locals all --clear

and then deleting my local nuget config:

del /q %AppData%\NuGet\NuGet.Config

Afterwards I was able to install the package.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alexander Vogt