Skip to content

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

Notifications You must be signed in to change notification settings

maroontress/StyleChecker.Annotations

Repository files navigation

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.