Microsoft.VisualStudio.Editors failing VS2022 VSIX compatibility analyzer

Open
#166 2 comments 0 reactions 1 assignee View on GitHub

@BertanAygun is already working on this.

Since Jan 20, 2023.

Assessment

This issue has not been assessed yet.

Description

inprocSDK question

One of my VS2022 extensions uses types from the Microsoft.VisualStudio.Editors.PropertyPages namespace.

This namespace is not (yet) a part of the Microsoft.VisualStudio.SDK meta package, so it has been used from a separate Nuget, Micsosoft.VisualStudio.Editors nuget.

Now with Microsoft.VisualStudio.SDK v17.4 in my VSIX, the Microsoft.VisualStudio.Editors nuget is only available in v15.0 and I notice that the compatibility analyzer reports two assemblies in this NuGet as being incompatible (Microsoft.VisualStudio.AppDesigner.dll and Microsoft.VisualStudio.Editors.dll).

I am unsure if I should simply ignore the incompatibility warning and if not, where can I grab a v17.4 version of this NuGet ?

Palli

Dominant language
C#
Stars
440
Forks
63
Avg merge
2d 12h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/VSExtensibility

All issues in microsoft/VSExtensibility

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.