Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vBump ScriptDom version for sql projects #25300

Merged
merged 2 commits into from
Feb 7, 2024
Merged

vBump ScriptDom version for sql projects #25300

merged 2 commits into from
Feb 7, 2024

Conversation

ssreerama
Copy link
Contributor

Updated from 161.8817.2 to 161.8910.0 version
image

@ssreerama ssreerama self-assigned this Feb 6, 2024
@ssreerama ssreerama added the Bug label Feb 6, 2024
@coveralls
Copy link

coveralls commented Feb 6, 2024

Pull Request Test Coverage Report for Build 7806964752

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 0 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 41.759%

Totals Coverage Status
Change from base Build 7793101905: 0.0%
Covered Lines: 30828
Relevant Lines: 69082

💛 - Coveralls

@@ -83,7 +83,7 @@ export class BuildHelper {
public async ensureScriptDomDllPresence(outputChannel: vscode.OutputChannel): Promise<boolean> {
const scriptdomNugetPkgName = 'Microsoft.SqlServer.TransactSql.ScriptDom';
const scriptDomDll = 'Microsoft.SqlServer.TransactSql.ScriptDom.dll';
const scriptDomNugetVersion = '161.8817.2'; // TODO: make this a configurable setting, like the Microsoft.Build.Sql version
const scriptDomNugetVersion = '161.8910.0'; // TODO: make this a configurable setting, like the Microsoft.Build.Sql version
Copy link
Contributor

Choose a reason for hiding this comment

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

the default microsoftBuildSqlDefaultVersion above on line 59 should probably also be updated to the latest, 0.1.14-preview

Copy link
Contributor

Choose a reason for hiding this comment

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

and also in the SqlProjects nuget, if that'll be updated anytime soon, since that's what's used when creating new SDK-style projects in ADS and vscode.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So, the ScriptDom and Build.Sql can be bumped independently if no dependency exists during the version releases right!

"SqlProjects nuget" means in the STS or in ADS?

Copy link
Contributor

Choose a reason for hiding this comment

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

yup they can be bumped independently.
The code for the SqlProjects repo is in ADO, and then the projects nuget is specified in STS here: https://github.com/microsoft/sqltoolsservice/blob/main/Packages.props#L32

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @kisantia , seems the SqlProjects Nuget version is also needed version update. Will open a PR on STS. Thanks

@ssreerama ssreerama merged commit f599ca6 into main Feb 7, 2024
14 checks passed
@ssreerama ssreerama deleted the sai/vBumpScriptDom branch February 7, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants