microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.53k stars 896 forks source link

Update to SqlToolsService 3.0.0-release.1 breaks Database Project build #10943

Closed Benjin closed 4 years ago

Benjin commented 4 years ago

Via PR https://github.com/microsoft/azuredatastudio/pull/10935 FYI to @kburtram

kburtram commented 4 years ago

@Benjin the main change here is to upgrade to .Net Core SDK 3.0.

Benjin commented 4 years ago

Yup; I'm looking into what needs changing on our end to facilitate the new version.

kburtram commented 4 years ago

@Benjin cool, let me know if there are any hard blocking issues that need to be resolved. If necessary, we can rollback the upgrade while the issues are worked through. But since .Net Core 2 is approaching end of life, we'll want to get this upgrade in relatively soon.

Benjin commented 4 years ago

Leaving this open until SqlToolsService is back to the updated version (including the updated DacFx)

Benjin commented 4 years ago

Updated DacFx came into SqlToolsService with https://github.com/microsoft/sqltoolsservice/pull/986