Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a64321f

Browse files
committed
Suppress CA warning, we don't care
1 parent 2af1abf commit a64321f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Exports/Models/UsageModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace GitHub.Models
55
{
6+
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes", Justification = "It'll use reflection by default and we're fine with that")]
67
public struct UsageModel
78
{
89
public bool IsGitHubUser;

0 commit comments

Comments
 (0)