Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Update Microsoft.CodeAnalysis.FxCopAnalyzers to 3.0 #969

Conversation

AnthonySteele
Copy link
Member

@AnthonySteele AnthonySteele commented May 11, 2020

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Update Microsoft.CodeAnalysis.FxCopAnalyzers to 3.0 in Directory.Build.props
and make minimum changes to get it building without warning again

Warnings disabled:

Null checks ( https://docs.microsoft.com/en-gb/visualstudio/code-quality/ca1062 ) - we need more null checks and/or more internal methods before turning that rule on
Disposing (CA2000) looks like we can't, for reasons given here https://jmarcher.io/ca2000-welcome-to-hell/

⤵️ What is the current behavior?

🆕 What is the new behavior (if this is a feature change)?

💥 Does this PR introduce a breaking change?

🐛 Recommendations for testing

📝 Links to relevant issues/docs

🤔 Checklist before submitting

  • All projects build
  • Relevant documentation was updated

in Directory.Build.props
and make minimum changes to get it building without warning again
Warning disabled:
Null checks ( https://docs.microsoft.com/en-gb/visualstudio/code-quality/ca1062 ) - we need more null checks and/or more internal methods before turning that rule on
Disposing (CA2000) looks like we can't, for reasons given here https://jmarcher.io/ca2000-welcome-to-hell/
Copy link
Collaborator

@skolima skolima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AnthonySteele AnthonySteele merged commit 4623c59 into NuKeeperDotNet:master May 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants