InspectionTypeInfo{myId='AssembliesShouldHaveValidStrongNames CA2210', myName='Assemblies should have valid strong names', myDescription='Either the assembly has no strong name, an invalid one, or the strong name is valid only because of the computer configuration. The assembly should not be deployed in this state. The most common causes of this are: 1) The assembly's contents were modified after it was signed. 2) The signing process failed. 3) The assembly was delay-signed. 4) A registry key existed that allowed the check to pass (where it would not have otherwise).', myCategory='Microsoft.Design'}
InspectionInstance{myInspectionId='IdentifiersShouldNotMatchKeywords CA1716', myMessage='Rename namespace JetBrains.CodeDup.Lib so that it no longer conflicts with the reserved language keyword 'Lib'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace.', myFilePath='_Namespaces_/JetBrains.CodeDup.Lib', myLine=0, myAttributes={<SEVERITY>: ERROR }}
InspectionInstance{myInspectionId='AvoidNamespacesWithFewTypes CA1020', myMessage='Consider merging the types defined in 'JetBrains.CodeDup.Lib.Cost' with another namespace.', myFilePath='_Namespaces_/JetBrains.CodeDup.Lib.Cost', myLine=0, myAttributes={<SEVERITY>: WARNING }}
InspectionInstance{myInspectionId='IdentifiersShouldNotMatchKeywords CA1716', myMessage='Rename namespace JetBrains.CodeDup.Lib.Cost so that it no longer conflicts with the reserved language keyword 'Lib'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace.', myFilePath='_Namespaces_/JetBrains.CodeDup.Lib.Cost', myLine=0, myAttributes={<SEVERITY>: ERROR }}
InspectionInstance{myInspectionId='PerTarget CAXXXX', myMessage='Per target sample', myFilePath='JetBrains.CodeDup.Lib.dll/_assembly_', myLine=0, myAttributes={<SEVERITY>: ERROR }}
InspectionInstance{myInspectionId='AssembliesShouldHaveValidStrongNames CA2210', myMessage='Sign 'JetBrains.CodeDup.Lib.dll' with a strong name key.', myFilePath='JetBrains.CodeDup.Lib.dll/_assembly_', myLine=0, myAttributes={<SEVERITY>: ERROR }}
InspectionInstance{myInspectionId='PerType CAXXXX', myMessage='Per type sample', myFilePath='JetBrains.CodeDup.Lib.dll/JetBrains/CodeDup/Lib/CodeDupSettings', myLine=0, myAttributes={<SEVERITY>: ERROR }}
InspectionInstance{myInspectionId='IdentifiersShouldBeCasedCorrectly CA1709', myMessage='Correct the casing of 'COST' in member name 'CodeDupSettings.DEFAULT_DISCARD_COST' by changing it to 'Cost'. (#DEFAULT_DISCARD_COST)', myFilePath='JetBrains.CodeDup.Lib.dll/JetBrains/CodeDup/Lib/CodeDupSettings', myLine=0, myAttributes={<SEVERITY>: ERROR }}
InspectionInstance{myInspectionId='InterfaceMethodsShouldBeCallableByChildTypes CA1033', myMessage='Make 'Set<T>' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'ICollection.SyncRoot.get()' and is visible to derived classes. (#System.Collections.ICollection.get_SyncRoot())', myFilePath='JetBrains.CodeDup.Lib.dll/JetBrains/CodeDup/Lib/CodeDupSettings :: DupLib|src|Util|Set.cs', myLine=220, myAttributes={<SEVERITY>: ERROR }}
Errors: 7
Warnings: 1
