Release Notes
January 6, 2025 ยท View on GitHub
Microsoft.Build.Sql 0.1.15-preview - 2024-02-27
This update brings the below changes over the previous release:
Added
- Added support for transitive project references. #391
- Added option to add gitignore file at sqlproj creation with (-g, --gitignore). #377
- Added validation to the
DW_COMPATIBILITY_LEVELproject property to ensure that the value is within the valid options of 0, 10, 20, 30, 40, 50, 9000 during project build.
Fixed
- Fixed target .NET framework being hardcoded to
net46. #391 - Fixed an issue where references to system tables in a values clause would fail to build with an error message that the Value cannot be null.
- Fixed an issue where the
pdw*views were not included in the Synapse Data Warehouse master.dacpac.
Changed
- Updated DacFx version to 162.2.111. #414