Skip to content

Bump Microsoft.SqlServer.DacFx to 170.5.80-preview - #2808

Open
Aasim Khan (aasimkhan30) wants to merge 1 commit into
mainfrom
aasim/update-dacfx-170.5.80-preview
Open

Bump Microsoft.SqlServer.DacFx to 170.5.80-preview#2808
Aasim Khan (aasimkhan30) wants to merge 1 commit into
mainfrom
aasim/update-dacfx-170.5.80-preview

Conversation

@aasimkhan30

@aasimkhan30 Aasim Khan (aasimkhan30) commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Description

Bumps Microsoft.SqlServer.DacFx from 170.5.60-preview to 170.5.80-preview to pick up the fix for the Table Designer publish preview, which showed default constraints being dropped without showing them being recreated, even though the generated script did recreate them.

One line in Packages.props; no source changes. Microsoft.SqlServer.DacFx.Projects is left at 0.6.24-preview.

Fixes microsoft/vscode-mssql#21132

Code Changes Checklist

  • New or updated unit tests added — not applicable, this is a dependency version bump with no source change
  • All existing tests pass (dotnet test) — could not be run locally, see Additional Notes
  • Code follows contributing guidelines
  • Logging/telemetry updated if relevant — nothing relevant to this change
  • No protocol or behavioral regressions — cannot be asserted from a dependency bump; needs CI and a manual pass

Reviewers: Please read our reviewer guidelines

Picks up the DacFx fix for Table Designer publish previews, which showed
default constraints being dropped without showing them being recreated even
though the generated script did recreate them.
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

As part of updating the dependencies in Packages.props we require that any PRs opened also verify that
they've done the following checks.

Please respond to this comment verifying that you've done the appropriate validation (or explain why it's not necessary) before merging in the PR

  • Built and tested the change locally to validate that the update doesn't cause any regressions and fixes the issues intended
  • Tested changes on all major platforms
    • Windows
    • Linux
    • Mac
  • Check the source repo for any open issues with the release being updated to (if available)

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the centrally managed NuGet dependency version for Microsoft.SqlServer.DacFx to pick up the Table Designer publish preview fix (default constraints drop/recreate preview correctness) without changing any service code.

Changes:

  • Bump Microsoft.SqlServer.DacFx from 170.5.60-preview to 170.5.80-preview in Packages.props.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Table Designer - Publish Changes Missing Recrating Default Constraints

2 participants