Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I use NuGet with SSDT?

I am working on an Integration Services project.
One of the data sources I use calls for a package to be installed from NuGet.

I tried to go to "Tools > NuGet Package Manager",
but it is not available in SQL Server Data Tools (SSDT).

Next I tried to install NuGet by downloading it from the nuget.org website,
but I got the following error:

VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.

How can I use NuGet with SSDT?

like image 543
Tarzan Avatar asked Oct 28 '25 19:10

Tarzan


1 Answers

The SSIS project type doesn't support Nuget.

It is possible to add a nuget reference to the csproj associated with a script task, but this may cause further discomfort at deployment time.

You can download nuget.exe by itself from nuget.org and install packages from the command line, but given the "special" requirements for installing external dlls used by SSIS it might be as easy to find a non-nuget source for the component you need.

like image 64
Gavin Campbell Avatar answered Oct 31 '25 12:10

Gavin Campbell



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!