Release Notes
December 13, 2024 ยท View on GitHub
Microsoft.Build.Sql 0.2.5-preview - 2024-11-22
This update brings the below changes over the previous release:
Added
- Added code analysis sample template, can be created via
dotnet new sqlcodeanalysis. #515 - Added support for SQL database in Fabric in the target platform
SqlDbFabricDatabaseSchemaProvider.
Fixed
- Fixed SSDT loading error started in SDK version 0.2.4-preview. #524
- Fixed
:rincluded files in pre/post-deployment scripts being also included in build. #497 - Fixed build error when referencing synonym on table with UDT of same name.
- Fixed unresolved reference error to
ISJSONfunction in stored procedures.
Changed
- Updated DacFx version to 162.5.57 and System.IO.Packaging to 8.0.1. #530