microsoft / sqltoolsservice

SQL Tools API service that provides SQL Server data management capabilities.
Other
439 stars 146 forks source link

Dependant package warning for DACFx... #863

Closed rtaylor72 closed 4 years ago

rtaylor72 commented 4 years ago

Not sure where to go with this one since the "Contact owners" is not working on https://www.nuget.org/packages/Microsoft.SqlServer.DACFx/.

SQLToolsService depends on DACFx and it appears someone is updating the package to .NET Standard (150.4534.2-preview) and was updated 4 days ago, but I am getting the following error in visual studio: Detected package version outside of dependency constraint: Microsoft.Build.Utilities.Core 15.3.409 requires Microsoft.Build.Framework (= 15.3.409) but version Microsoft.Build.Framework 15.9.20 was resolved.

It appears that something got missed on the last Nuget publish for DACFx and SQLToolsService could benefit with the Azure stuff being added to that project.

udeeshagautam commented 4 years ago

@rtaylor72 thanks for reporting the issue. We are trying to repro this but need some additional help regarding the repro. Can you please let us know

  1. What version of Visual Studio are you using to build?
  2. Is there any additional build tools version installed on the machine?
  3. Are you able to build SqlToolsService using command-line?
rtaylor72 commented 4 years ago
  1. Visual Studio 2019 Pro - 16.2.5
  2. No
  3. Its building, but has the warning (sorry, not error)

Not sure if a fix was applied on NuGet, but not seeing warning anymore. I also moved the code from an Azure Functions (v2) to a console app, so not sure if that did anything either.