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

Add VS 2022 Support, and fix #38 Ref12 fails to load reference URL #40

Closed
wants to merge 1 commit into from
Closed

Add VS 2022 Support, and fix #38 Ref12 fails to load reference URL #40

wants to merge 1 commit into from

Conversation

efreykongcn
Copy link

Hi ,

I've made some changes to this extension to enable VS2022 support, maybe it will be benefit to others, so I created this PR.

Here are some important details:

  1. Splitted extension, add a Ref12.2022 project to support VS2022.
  2. Added a Ref12.Shared project for Ref12 and Ref12.2022 project, and moved source code from Ref12 and Ref12.Roslyn to shared project, and removed Ref12.Roslyn project
  3. VSIX version fo VS2022 increased to 5.0
  4. Upgraded .NET Framework to net472, also upgraded necessary project references
  5. Fixed issue Ref12 fails to load reference URL #38, replaced roslyn source url from roslynsourceindex.azurewebsites.net to https://sourceroslyn.io

After this modification, extension only supports VS2019 and VS2022.

@efreykongcn efreykongcn deleted the VS2022Support branch February 23, 2022 03:38
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.

1 participant