PortedFromFxCopRulesEnabled.ruleset 6.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0"?>
  2. <RuleSet Name="PortedFromFxCop Rules Enabled as build warnings" Description="All PortedFromFxCop Rules are enabled as build warnings. PortedFromFxCop Rules with IsEnabledByDefault = false are force enabled as build warning. Non-PortedFromFxCop Rules are disabled." ToolsVersion="15.0">
  3. <!-- PortedFromFxCop Rules -->
  4. <!-- Other Rules -->
  5. <Rules AnalyzerId="Microsoft.CodeAnalysis.Analyzers" RuleNamespace="Microsoft.CodeAnalysis.Analyzers">
  6. <Rule Id="RS1001" Action="None" /> <!-- Missing diagnostic analyzer attribute -->
  7. <Rule Id="RS1002" Action="None" /> <!-- Missing kind argument when registering an analyzer action -->
  8. <Rule Id="RS1003" Action="None" /> <!-- Unsupported SymbolKind argument when registering a symbol analyzer action -->
  9. <Rule Id="RS1004" Action="None" /> <!-- Recommend adding language support to diagnostic analyzer -->
  10. <Rule Id="RS1005" Action="None" /> <!-- ReportDiagnostic invoked with an unsupported DiagnosticDescriptor -->
  11. <Rule Id="RS1006" Action="None" /> <!-- Invalid type argument for DiagnosticAnalyzer's Register method -->
  12. <Rule Id="RS1007" Action="None" /> <!-- Provide localizable arguments to diagnostic descriptor constructor -->
  13. <Rule Id="RS1008" Action="None" /> <!-- Avoid storing per-compilation data into the fields of a diagnostic analyzer -->
  14. <Rule Id="RS1009" Action="None" /> <!-- Only internal implementations of this interface are allowed -->
  15. <Rule Id="RS1010" Action="None" /> <!-- Create code actions should have a unique EquivalenceKey for FixAll occurrences support -->
  16. <Rule Id="RS1011" Action="None" /> <!-- Use code actions that have a unique EquivalenceKey for FixAll occurrences support -->
  17. <Rule Id="RS1012" Action="None" /> <!-- Start action has no registered actions -->
  18. <Rule Id="RS1013" Action="None" /> <!-- Start action has no registered non-end actions -->
  19. <Rule Id="RS1014" Action="None" /> <!-- Do not ignore values returned by methods on immutable objects -->
  20. <Rule Id="RS1015" Action="None" /> <!-- Provide non-null 'helpLinkUri' value to diagnostic descriptor constructor -->
  21. <Rule Id="RS1016" Action="None" /> <!-- Code fix providers should provide FixAll support -->
  22. <Rule Id="RS1017" Action="None" /> <!-- DiagnosticId for analyzers must be a non-null constant -->
  23. <Rule Id="RS1018" Action="None" /> <!-- DiagnosticId for analyzers must be in specified format -->
  24. <Rule Id="RS1019" Action="None" /> <!-- DiagnosticId must be unique across analyzers -->
  25. <Rule Id="RS1020" Action="None" /> <!-- Category for analyzers must be from the specified values -->
  26. <Rule Id="RS1021" Action="None" /> <!-- Invalid entry in analyzer category and diagnostic ID range specification file -->
  27. <Rule Id="RS1022" Action="None" /> <!-- Do not use types from Workspaces assembly in an analyzer -->
  28. <Rule Id="RS1023" Action="None" /> <!-- Upgrade MSBuildWorkspace -->
  29. <Rule Id="RS1024" Action="None" /> <!-- Symbols should be compared for equality -->
  30. <Rule Id="RS1025" Action="None" /> <!-- Configure generated code analysis -->
  31. <Rule Id="RS1026" Action="None" /> <!-- Enable concurrent execution -->
  32. <Rule Id="RS1027" Action="None" /> <!-- Types marked with DiagnosticAnalyzerAttribute(s) should inherit from DiagnosticAnalyzer -->
  33. <Rule Id="RS1028" Action="None" /> <!-- Provide non-null 'customTags' value to diagnostic descriptor constructor -->
  34. <Rule Id="RS1029" Action="None" /> <!-- Do not use reserved diagnostic IDs -->
  35. <Rule Id="RS1030" Action="None" /> <!-- Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer -->
  36. <Rule Id="RS1031" Action="None" /> <!-- Define diagnostic title correctly -->
  37. <Rule Id="RS1032" Action="None" /> <!-- Define diagnostic message correctly -->
  38. <Rule Id="RS1033" Action="None" /> <!-- Define diagnostic description correctly -->
  39. <Rule Id="RS1034" Action="None" /> <!-- Prefer 'IsKind' for checking syntax kinds -->
  40. <Rule Id="RS1035" Action="None" /> <!-- Do not use APIs banned for analyzers -->
  41. <Rule Id="RS1036" Action="None" /> <!-- Specify analyzer banned API enforcement setting -->
  42. <Rule Id="RS1037" Action="None" /> <!-- Add "CompilationEnd" custom tag to compilation end diagnostic descriptor -->
  43. <Rule Id="RS1038" Action="None" /> <!-- Compiler extensions should be implemented in assemblies with compiler-provided references -->
  44. <Rule Id="RS1039" Action="None" /> <!-- This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null' -->
  45. <Rule Id="RS1040" Action="None" /> <!-- This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null' -->
  46. <Rule Id="RS1041" Action="None" /> <!-- Compiler extensions should be implemented in assemblies targeting netstandard2.0 -->
  47. <Rule Id="RS1042" Action="None" /> <!-- Implementations of this interface are not allowed -->
  48. <Rule Id="RS2000" Action="None" /> <!-- Add analyzer diagnostic IDs to analyzer release -->
  49. <Rule Id="RS2001" Action="None" /> <!-- Ensure up-to-date entry for analyzer diagnostic IDs are added to analyzer release -->
  50. <Rule Id="RS2002" Action="None" /> <!-- Do not add removed analyzer diagnostic IDs to unshipped analyzer release -->
  51. <Rule Id="RS2003" Action="None" /> <!-- Shipped diagnostic IDs that are no longer reported should have an entry in the 'Removed Rules' table in unshipped file -->
  52. <Rule Id="RS2004" Action="None" /> <!-- Diagnostic IDs marked as removed in analyzer release file should not be reported by analyzers -->
  53. <Rule Id="RS2005" Action="None" /> <!-- Remove duplicate entries for diagnostic ID in the same analyzer release -->
  54. <Rule Id="RS2006" Action="None" /> <!-- Remove duplicate entries for diagnostic ID between analyzer releases -->
  55. <Rule Id="RS2007" Action="None" /> <!-- Invalid entry in analyzer release file -->
  56. <Rule Id="RS2008" Action="None" /> <!-- Enable analyzer release tracking -->
  57. </Rules>
  58. </RuleSet>