Release Notes

January 6, 2025 ยท View on GitHub

Microsoft.Build.Sql 0.2.3-preview - 2024-09-19

This update brings the below changes over the previous release:

Added

  • Added SQL code analysis from package references. #479
  • Added project property SqlCodeAnalysisAssemblyPath for setting additional code analyzer paths.
  • Added support for JSON data type.

Fixed

  • Fixed build error on CTAS statements. #406
  • Fixed incorrect syntax error on FORCESEEK parameter in CHANGETABLE function. #434

Changed

  • Updated DacFx version to 162.4.92. #492