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

Address VS2017 and VS2019 compatibility issues #206

Merged
merged 2 commits into from
Sep 22, 2019
Merged

Conversation

grochocki
Copy link
Contributor

This change attempts to address compatibility issues that are likely contributing to some of the issues reported recently including installation issues and missing context menu options. This change does two things:

  1. Updates prerequisite versioning requirements on Microsoft.VisualStudio.Component.CoreEditor based on guidance to address installation issues in some versions of VS2019. I believe this should fix This extension is not installable on any currently installed products. #179.

  2. Based on a solution that worked for a similar issue, I migrated all projects from packages.config to PackageReference to address extension loading errors in VS2017. Fixes "StylerPackage did not load correctly" #175. This may address XamlStyler not showing in VS for Mac version 8.2 (8.2.0.1105) #199, which exhibits the same symptoms.

@grochocki grochocki merged commit 1b8092e into master Sep 22, 2019
@grochocki grochocki deleted the installationIssues branch September 22, 2019 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant