Skip to content

fix two warnings building NuGet vsix#7002

Merged
zivkan merged 1 commit intodevfrom
dev-zivkan-vssdk-warnings
Dec 12, 2025
Merged

fix two warnings building NuGet vsix#7002
zivkan merged 1 commit intodevfrom
dev-zivkan-vssdk-warnings

Conversation

@zivkan
Copy link
Copy Markdown
Member

@zivkan zivkan commented Dec 11, 2025

Bug

Fixes: local builds

Description

Fixes two issues:

  • Opening the repo in Visual Studio, the Error List window gets an error saying the Microsoft.Web.XmlTransform.dll is missing. Updating our VS.Client targets to skip on design time build fixes this
  • On CLI builds I was getting a warning that the VSSDK Build tools targets was being imported twice. Some other VSSDK package is now importing it automatically, so we no longer need to do it ourselves.

PR Checklist

  • Meaningful title, helpful description and a linked NuGet/Home issue
  • Added tests N/A
  • Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc. N/A

@zivkan zivkan requested a review from a team as a code owner December 11, 2025 06:40
@zivkan zivkan merged commit 0b47284 into dev Dec 12, 2025
17 of 18 checks passed
@zivkan zivkan deleted the dev-zivkan-vssdk-warnings branch December 12, 2025 03:57
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.

3 participants