C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
GlobalSuppressions.cs
Go to the documentation of this file.
1// This file is used by Code Analysis to maintain SuppressMessage
2// attributes that are applied to this project.
3// Project-level suppressions either have no target or are given
4// a specific target and scoped to a namespace, type, member, etc.
5
6[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles",
7 Justification = "The Analyze Re REST API uses camel_case naming in its object model. " +
8 "Following this convention in C# allows code examples to be more consistent between languages.",
9 Scope = "Module")]