Skip to content

Commit

Permalink
Fody must be disabled in Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Oct 8, 2018
1 parent bd3f54b commit 70d9b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
<CodeAnalysisRuleSet>..\AutoProperties.Test.ruleset</CodeAnalysisRuleSet>
<DisableFody>true</DisableFody>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;618</NoWarn>
Expand Down

0 comments on commit 70d9b5c

Please sign in to comment.