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

Commits on May 11, 2020

  1. Update Microsoft.CodeAnalysis.FxCopAnalyzers to 3.0

    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/
    Anthony Steele committed May 11, 2020
    Configuration menu
    Copy the full SHA
    f8ed9d6 View commit details
    Browse the repository at this point in the history