Closed MartinHBA closed 4 years ago
I think that this is bug. See: https://github.com/dotnet/runtime/issues/31065
Has there been any movement here? This is still an issue.
@rbleattler it's resolved by evolution. STEP 1: install Powershell 7 STEP 2: run Powershell 7 as administrator STEP 3: Install-Package Microsoft.Data.SqlClient DONE
Thanks for that solution, @MartinHBA !
@MartinHBA I have followed the steps but nothing is showing up after Install-Package Microsoft.Data.SqlClient
PS C:\windows\system32> pwsh PowerShell 7.1.4 Copyright (c) Microsoft Corporation.
https://aka.ms/powershell Type 'help' to get help.
PS C:\Windows\System32> Install-Package Microsoft.Data.SqlClient Install-Package: Dependency loop detected for package 'Microsoft.Data.SqlClient'. PS C:\Windows\System32>
@Verayth -- the command you're looking for is Install-Package Microsoft.Data.SqlClient -SkipDependencies
Hello, I am unable to install nuget package with
It will result in error below:
only way to install this package is with skipdependencies parameter:
I am pretty sure there is no loop in dependency, Package Manager in visual studio C# project is able to load this nuget package without any issue