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

Align with .NET 8.0 SDK analyzers #143

Open
idg10 opened this issue Dec 4, 2023 · 0 comments
Open

Align with .NET 8.0 SDK analyzers #143

idg10 opened this issue Dec 4, 2023 · 0 comments

Comments

@idg10
Copy link
Contributor

idg10 commented Dec 4, 2023

We're temporarily disabling a couple of diagnostics to ensure the project continues to build. (For some reason, the use of <AnalysisLevel>7.0</AnalysisLevel> isn't quite enough to prevent new messages when building on the .NET 8.0 SDK.)

However, our intention is to build cleanly without such workarounds on the latest SDK, so this needs to be addressed properly. So in addition to updating that AnalysisLevel build variable from 7.0 to 8.0, we also need to remove the <NoWarn> element (and associated comment) that follows it.

idg10 added a commit that referenced this issue Dec 4, 2023
idg10 added a commit that referenced this issue Dec 4, 2023
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

No branches or pull requests

1 participant