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

Updated Roslyn analyzer nugets to support building in VS2022 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taylorjonl
Copy link

Currently this will not build in VS2022 because of this issue dotnet/roslyn-analyzers#5890.

There are two options to fix this, either avoid using the new() type constructors for diagnostics or update the Roslyn analyzer package to the latest. I am open to doing either. Was hoping to work on a feature enhancement after I get this building correctly in VS2022.

The edits to the files outside of the nuget updates was because of complaints from the new analyzers in the Roslyn package.

@koenbeuk
Copy link
Owner

koenbeuk commented Dec 6, 2022

Awesome, Thanks! I'm a bit swamped at the moment but I can take a look at this over the weekend. Seems like a test is failing on mac for different reasons, will have to check.

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.

2 participants