Add analyzer and fixer for redundant DataField tag arguments (#5134)

* Add analyzer and fixer for redundant DataField tag arguments

* Share Tag autogeneration logic
This commit is contained in:
Tayrtahn
2024-05-17 01:44:03 -04:00
committed by GitHub
parent b1329d30bf
commit da7abc6580
6 changed files with 132 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ public static class Diagnostics
public const string IdComponentPauseWrongTypeAttribute = "RA0024";
public const string IdDependencyFieldAssigned = "RA0025";
public const string IdUncachedRegex = "RA0026";
public const string IdDataFieldRedundantTag = "RA0027";
public static SuppressionDescriptor MeansImplicitAssignment =>
new SuppressionDescriptor("RADC1000", "CS0649", "Marked as implicitly assigned.");