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.