Description
SQL Database Projects extension v1.5.7 attempts to download build-time dependencies from nuget.org during project build:
Microsoft.Build.Sql/2.0.0
Microsoft.SqlServer.TransactSql.ScriptDom/170.128.0
If the environment cannot access nuget.org (proxy, restricted, allowlisted, or air-gapped), the extension fails to build and “won’t proceed,” even though older versions (<= 1.5.6) were usable in these environments. Rolling back to 1.5.6 restores build capability. [learn.microsoft.com]
This is a major enterprise/government blocker: extensions must be deterministic and not depend on live, post-install downloads to function.
Steps to Reproduce
- In a network-restricted environment (or simulate by blocking nuget.org), install:
ms-mssql.sql-database-projects-vscode v1.5.7
- Open any SQL project and run Build.
- Observe extension output:
- Attempts to download Microsoft.Build.Sql.2.0.0 from nuget.org
- Attempts to download Microsoft.SqlServer.TransactSql.ScriptDom.170.128.0 from nuget.org
- Fails with “Download error” and build does not proceed.
Affected Area
If you selected "Other", please describe the affected area
No response
Environment Information
sqlproj - 1.5.7
mssql - 1.40.0
Confirmation
Description
SQL Database Projects extension v1.5.7 attempts to download build-time dependencies from nuget.org during project build:
Microsoft.Build.Sql/2.0.0
Microsoft.SqlServer.TransactSql.ScriptDom/170.128.0
If the environment cannot access nuget.org (proxy, restricted, allowlisted, or air-gapped), the extension fails to build and “won’t proceed,” even though older versions (<= 1.5.6) were usable in these environments. Rolling back to 1.5.6 restores build capability. [learn.microsoft.com]
This is a major enterprise/government blocker: extensions must be deterministic and not depend on live, post-install downloads to function.
Steps to Reproduce
ms-mssql.sql-database-projects-vscode v1.5.7
Affected Area
If you selected "Other", please describe the affected area
No response
Environment Information
sqlproj - 1.5.7
mssql - 1.40.0
Confirmation