Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 650 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 650 Bytes

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.