Skip to content

Commit

Permalink
[IDP-510] Set a blanket AnalysisLevel to latest-All
Browse files Browse the repository at this point in the history
  • Loading branch information
heqianwang committed Feb 5, 2024
1 parent b2214c7 commit 9e9277f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AnalysisLevel>latest-All</AnalysisLevel>
<Description>Provides MongoDB access through .NET dependency injection, following Microsoft.Extensions.* library practices.</Description>
</PropertyGroup>

Expand Down

0 comments on commit 9e9277f

Please sign in to comment.