Skip to content

Commit 834ca71

Browse files
committed
enhance AnalysisMode from Recommended to All
1 parent b35a168 commit 834ca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Smdn.MSBuild.ProjectAssets.Library/project/Project.Library.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SPDX-License-Identifier: MIT
1515
<!-- code analysis defaults -->
1616
<!-- ref: https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#code-analysis-properties -->
1717
<AnalysisLevel>latest</AnalysisLevel>
18-
<AnalysisMode>Recommended</AnalysisMode>
18+
<AnalysisMode>All</AnalysisMode>
1919
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
2020

2121
<!-- source link defaults -->

0 commit comments

Comments
 (0)