We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff068a commit dc13605Copy full SHA for dc13605
Directory.Build.props
@@ -278,6 +278,8 @@
278
<PropertyGroup>
279
<!-- default to allowing all language features -->
280
<LangVersion>preview</LangVersion>
281
+ <!-- default to max warnlevel -->
282
+ <AnalysisLevel Condition="'$(MSBuildProjectExtension)' == '.csproj'">preview</AnalysisLevel>
283
<LangVersion Condition="'$(MSBuildProjectExtension)' == '.vbproj'">latest</LangVersion>
284
<!-- Enables Strict mode for Roslyn compiler -->
285
<Features>strict;nullablePublicOnly</Features>
0 commit comments