/StyleChecker.Annotations

StyleChecker.Annotation is a C# class library that provides annotations used with StyleChecker.

Primary LanguageC#OtherNOASSERTION

StyleChecker.Annotations

This is a C# class library that provides annotations used with StyleChecker.

  • DoNotIgnoreAttribute marks a return value as unable to ignore, used with DiscardingReturnValue analyzer.
  • UnusedAttribute marks a parameter unused, used with UnusedVariable analyzer.