Commits


Brian Lachniet authored and GitHub committed 93a3ca4f6a3
AVRO-2454: Add FxCop and StyleCop to C# bindings (#609) * Add Microsoft.CodeAnalysis.FxCopAnalyzers * Fix CA1000 - Do not declare static members on generic types * Fix CA1032 - Implement standard exception constructors * Fix CA1065 - Do not raise exceptions in unexpected locations * Fix CA1304 - Specify CultureInfo * Fix CA1308 - Normalize strings to uppercase * Add a CodeAnalysis ruleset * Add StyleCop.Anlayzers * Fix CA1031 - Do not catch general exception types * Fix CA1051 - Do not declare visible instance fields