Skip to content

Commit c12a5aa

Browse files
committed
Update CategoryAttribute
1 parent cc42c16 commit c12a5aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

QRCoderTests/Helpers/CategoryDiscoverer.cs

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public IEnumerable<KeyValuePair<string, string>> GetTraits(IAttributeInfo traitA
3333
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
3434
public class CategoryAttribute : Attribute, ITraitAttribute
3535
{
36+
#pragma warning disable IDE0060 // Remove unused parameter
3637
public CategoryAttribute(string category) { }
38+
#pragma warning restore IDE0060 // Remove unused parameter
3739
}
3840
#endif

0 commit comments

Comments
 (0)