Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Sep 12, 2023
1 parent 8d25954 commit 63c2613
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Pidgin.BuildTool.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFramework>net7.0</TargetFramework>
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<NoWarn>$(NoWarn);SA1217</NoWarn> <!-- "'using static' directives must be ordered alphabetically." Seems broken though -->
<RollForward>major</RollForward>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion Pidgin.Tests/Pidgin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<PropertyGroup>
<NoWarn>$(NoWarn);xUnit2013;CA1062;CA2007</NoWarn>
<NoWarn>$(NoWarn);SA1217</NoWarn> <!-- "'using static' directives must be ordered alphabetically." Seems broken though -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 63c2613

Please sign in to comment.