Skip to content

Commit

Permalink
Merge pull request #5001 from Youssef1313/patch-18
Browse files Browse the repository at this point in the history
Enable strict mode
  • Loading branch information
mavasani committed Apr 8, 2021
2 parents f5a207c + d4f8c20 commit a0522af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<_SkipUpgradeNetAnalyzersNuGetWarning>true</_SkipUpgradeNetAnalyzersNuGetWarning>
<!-- TODO: Enable Nullable for test and non-shipping projects -->
<Nullable Condition="'$(Nullable)' == '' and '$(IsTestProject)' != 'true' and '$(NonShipping)' != 'true'">enable</Nullable>

<Features>strict</Features>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit a0522af

Please sign in to comment.