microsoft / DacFx

DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.
https://aka.ms/sqlpackage-ref
MIT License
355 stars 20 forks source link

Handling SDK updates #494

Open ErikEJ opened 2 months ago

ErikEJ commented 2 months ago

Currently there is no Nuget mechanism to check for SDK updates.

Any thoughts about how to handle this with Microsoft.Build.Sql ?

(We have the same issue with MsBuild.SDK.Sqlproj)

zijchen commented 2 months ago

I agree it's not ideal having to update the SDK version manually every time. Unfortunately it doesn't seem that our friends at .NET have plans on supporting this: https://github.com/dotnet/msbuild/issues/3099

We may consider this as an IDE feature.

ErikEJ commented 3 weeks ago

We added this check to MsBuild.Sdk:sqlProj: https://github.com/rr-wfm/MSBuild.Sdk.SqlProj/pull/632