Skip to content

Commit

Permalink
Update CategoryAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Jun 5, 2024
1 parent cc42c16 commit c12a5aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions QRCoderTests/Helpers/CategoryDiscoverer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public IEnumerable<KeyValuePair<string, string>> GetTraits(IAttributeInfo traitA
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class CategoryAttribute : Attribute, ITraitAttribute
{
#pragma warning disable IDE0060 // Remove unused parameter
public CategoryAttribute(string category) { }
#pragma warning restore IDE0060 // Remove unused parameter
}
#endif

0 comments on commit c12a5aa

Please sign in to comment.