Zi Chen
Zi Chen
Hi @mayurlokare24 have you tried with our latest version [162.3.566](https://learn.microsoft.com/en-us/sql/tools/sqlpackage/sqlpackage-download?view=sql-server-ver16)? We have addressed most of the vulnerabilities listed.
@Ri7Sh This seems like a SSDT issue, can you verify if this is fixed?
Sqlpackage safeguards you against potential data loss. If you wish to disable that, you can add `/p:BlockOnPossibleDataLoss=false` to the `arguments` input. Refer to this page for full documentation: https://learn.microsoft.com/sql/tools/sqlpackage/sqlpackage-publish
I couldn't repro this. I tried creating 2 sqlproj where A references B (same database). Calling `DacPackage.Load` and `Unpack` on A worked without the error being thrown. Can you share...
Are the partitions added in the database project? If you rebuild the project it should resolve the relationships between the partitions and the data compression option.
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...
Yes I'll close this shortly after releasing a new NuGet package today or tomorrow
Included in 2.0.0-preview.2
> What's the customer-facing result of adding these resources? You get culture specific messages based on your system settings. Example in Chinese: 
Can you clean up the check-lib workflow to only run on Linux, now that the build output should be deterministic?