Skip to content

Commit

Permalink
Enable strict compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Dec 15, 2021
1 parent 0e1e95b commit 020a681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>True</IsPackable>
<IncludeSymbols>True</IncludeSymbols>
<Nullable>enable</Nullable>
<Feature>nullablePublicOnly</Feature>
<Features>nullablePublicOnly;strict</Features>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)..\rulesets\EFCore.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

Expand Down

0 comments on commit 020a681

Please sign in to comment.