MongoDB.ruleset 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RuleSet Name="MongoDB Rule Set" Description="The rule set for the newer projects." ToolsVersion="14.0">
  3. <Rules AnalyzerId="AsyncUsageAnalyzers" RuleNamespace="AsyncUsageAnalyzers">
  4. <Rule Id="UseConfigureAwait" Action="Warning" />
  5. </Rules>
  6. <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
  7. <Rule Id="AD0001" Action="None" />
  8. <Rule Id="CA1000" Action="None" />
  9. <Rule Id="CA1001" Action="Warning" />
  10. <Rule Id="CA1009" Action="Warning" />
  11. <Rule Id="CA1010" Action="None" />
  12. <Rule Id="CA1016" Action="Warning" />
  13. <Rule Id="CA1032" Action="None" />
  14. <Rule Id="CA1033" Action="Warning" />
  15. <Rule Id="CA1034" Action="None" />
  16. <Rule Id="CA1036" Action="None" />
  17. <Rule Id="CA1049" Action="Warning" />
  18. <Rule Id="CA1052" Action="None" />
  19. <Rule Id="CA1054" Action="None" />
  20. <Rule Id="CA1056" Action="None" />
  21. <Rule Id="CA1060" Action="Warning" />
  22. <Rule Id="CA1061" Action="None" />
  23. <Rule Id="CA1063" Action="None" />
  24. <Rule Id="CA1065" Action="Warning" />
  25. <Rule Id="CA1067" Action="None" />
  26. <Rule Id="CA1200" Action="None" />
  27. <Rule Id="CA1301" Action="Warning" />
  28. <Rule Id="CA1304" Action="None" />
  29. <Rule Id="CA1305" Action="None" />
  30. <Rule Id="CA1307" Action="None" />
  31. <Rule Id="CA1308" Action="None" />
  32. <Rule Id="CA1400" Action="Warning" />
  33. <Rule Id="CA1401" Action="Warning" />
  34. <Rule Id="CA1403" Action="Warning" />
  35. <Rule Id="CA1404" Action="Warning" />
  36. <Rule Id="CA1405" Action="Warning" />
  37. <Rule Id="CA1410" Action="Warning" />
  38. <Rule Id="CA1415" Action="Warning" />
  39. <Rule Id="CA1507" Action="None" />
  40. <Rule Id="CA1707" Action="None" />
  41. <Rule Id="CA1710" Action="None" />
  42. <Rule Id="CA1716" Action="None" />
  43. <Rule Id="CA1720" Action="None" />
  44. <Rule Id="CA1801" Action="None" />
  45. <Rule Id="CA1802" Action="None" />
  46. <Rule Id="CA1806" Action="None" />
  47. <Rule Id="CA1810" Action="None" />
  48. <Rule Id="CA1814" Action="None" />
  49. <Rule Id="CA1815" Action="None" />
  50. <Rule Id="CA1816" Action="None" />
  51. <Rule Id="CA1819" Action="None" />
  52. <Rule Id="CA1820" Action="None" />
  53. <Rule Id="CA1821" Action="Warning" />
  54. <Rule Id="CA1822" Action="None" />
  55. <Rule Id="CA1823" Action="None" />
  56. <Rule Id="CA1825" Action="None" />
  57. <Rule Id="CA1826" Action="None" />
  58. <Rule Id="CA1900" Action="Warning" />
  59. <Rule Id="CA1901" Action="Warning" />
  60. <Rule Id="CA2002" Action="Warning" />
  61. <Rule Id="CA2008" Action="None" />
  62. <Rule Id="CA2100" Action="Warning" />
  63. <Rule Id="CA2101" Action="Warning" />
  64. <Rule Id="CA2108" Action="Warning" />
  65. <Rule Id="CA2111" Action="Warning" />
  66. <Rule Id="CA2112" Action="Warning" />
  67. <Rule Id="CA2114" Action="Warning" />
  68. <Rule Id="CA2116" Action="Warning" />
  69. <Rule Id="CA2117" Action="Warning" />
  70. <Rule Id="CA2122" Action="Warning" />
  71. <Rule Id="CA2123" Action="Warning" />
  72. <Rule Id="CA2124" Action="Warning" />
  73. <Rule Id="CA2126" Action="Warning" />
  74. <Rule Id="CA2131" Action="Warning" />
  75. <Rule Id="CA2132" Action="Warning" />
  76. <Rule Id="CA2133" Action="Warning" />
  77. <Rule Id="CA2134" Action="Warning" />
  78. <Rule Id="CA2137" Action="Warning" />
  79. <Rule Id="CA2138" Action="Warning" />
  80. <Rule Id="CA2140" Action="Warning" />
  81. <Rule Id="CA2141" Action="Warning" />
  82. <Rule Id="CA2146" Action="Warning" />
  83. <Rule Id="CA2147" Action="Warning" />
  84. <Rule Id="CA2149" Action="Warning" />
  85. <Rule Id="CA2200" Action="Warning" />
  86. <Rule Id="CA2202" Action="Warning" />
  87. <Rule Id="CA2207" Action="Warning" />
  88. <Rule Id="CA2208" Action="None" />
  89. <Rule Id="CA2212" Action="Warning" />
  90. <Rule Id="CA2213" Action="Warning" />
  91. <Rule Id="CA2214" Action="Warning" />
  92. <Rule Id="CA2216" Action="Warning" />
  93. <Rule Id="CA2219" Action="None" />
  94. <Rule Id="CA2220" Action="Warning" />
  95. <Rule Id="CA2225" Action="None" />
  96. <Rule Id="CA2229" Action="None" />
  97. <Rule Id="CA2231" Action="Warning" />
  98. <Rule Id="CA2232" Action="Warning" />
  99. <Rule Id="CA2235" Action="None" />
  100. <Rule Id="CA2236" Action="Warning" />
  101. <Rule Id="CA2237" Action="Warning" />
  102. <Rule Id="CA2238" Action="Warning" />
  103. <Rule Id="CA2240" Action="Warning" />
  104. <Rule Id="CA2241" Action="Warning" />
  105. <Rule Id="CA2242" Action="Warning" />
  106. <Rule Id="CA5350" Action="None" />
  107. <Rule Id="CA5351" Action="None" />
  108. </Rules>
  109. </RuleSet>