Skip to content

Commit

Permalink
Disabled warning CA1507 in Parsers.LU
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Mar 2, 2023
1 parent a72be66 commit a77391c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PropertyGroup>
<!-- These documentation warnings excludes should be removed as part of https://github.com/microsoft/botbuilder-dotnet/issues/4052 -->
<!-- CS3021: Type or member does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute. Should ignore due to autogen code -->
<NoWarn>$(NoWarn);CS3021</NoWarn>
<NoWarn>$(NoWarn);CS3021;CA1507</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a77391c

Please sign in to comment.