We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc42c16 commit c12a5aaCopy full SHA for c12a5aa
QRCoderTests/Helpers/CategoryDiscoverer.cs
@@ -33,6 +33,8 @@ public IEnumerable<KeyValuePair<string, string>> GetTraits(IAttributeInfo traitA
33
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
34
public class CategoryAttribute : Attribute, ITraitAttribute
35
{
36
+#pragma warning disable IDE0060 // Remove unused parameter
37
public CategoryAttribute(string category) { }
38
+#pragma warning restore IDE0060 // Remove unused parameter
39
}
40
#endif
0 commit comments