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

Visual studio 2019 support #8

Open
viveknatarajan opened this issue May 14, 2019 · 2 comments
Open

Visual studio 2019 support #8

viveknatarajan opened this issue May 14, 2019 · 2 comments
Assignees

Comments

@viveknatarajan
Copy link

Please add support for Visual Studio 2019.

@noquierouser
Copy link

I managed to compile an updated version with the following:

  • Clone the repo.
  • Open vsXen/vsXen.sln in Visual Studio 2019.
  • Follow the indications from this blog post.
  • In the project Properties, change destination platform to .NET Framework 4.6 or greater.
  • Next, open the NuGet Package Manager and update all the packages. Pay close attention to the output, because some dependencies require to install new packages.
  • Check that all your References are met and you have no packages missing.
  • Once all of that is fine, compile the extension.

Now, this doesn't guarantee that the extension will work at all. In fact, after installing it and trying to use it, it crashed VS2019 completely, so you're on your own.

@daxpandhi
Copy link
Owner

Apologies for not being being on top of this project for a VERY long time. I'll be fixing a few things, and re-releasing it for VS2019 this weekend. Thanks!

@daxpandhi daxpandhi self-assigned this Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants