Skip to content

Commit

Permalink
Ignore CA1510
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Nov 22, 2023
1 parent 6b1d1b3 commit 8b42b15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MailKit/MailKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<SignAssembly>true</SignAssembly>
<DebugSymbols>true</DebugSymbols>
<NoWarn>1701;1702;CA1068;CA1835;IDE0016;IDE0056;IDE0057;IDE0060;IDE0063;IDE0066;IDE0090;IDE0180</NoWarn>
<NoWarn>1701;1702;CA1068;CA1510;CA1835;IDE0016;IDE0056;IDE0057;IDE0060;IDE0063;IDE0066;IDE0090;IDE0180</NoWarn>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
2 changes: 1 addition & 1 deletion MailKit/MailKitLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<DefineConstants>$(DefineConstants);MAILKIT_LITE</DefineConstants>
<SignAssembly>true</SignAssembly>
<DebugSymbols>true</DebugSymbols>
<NoWarn>1701;1702;CA1068;CA1835;IDE0016;IDE0056;IDE0057;IDE0060;IDE0063;IDE0066;IDE0090;IDE0180</NoWarn>
<NoWarn>1701;1702;CA1068;CA1510;CA1835;IDE0016;IDE0056;IDE0057;IDE0060;IDE0063;IDE0066;IDE0090;IDE0180</NoWarn>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down
2 changes: 1 addition & 1 deletion submodules/MimeKit

0 comments on commit 8b42b15

Please sign in to comment.