Skip to content

Commit

Permalink
Fix RS1036 by adding <EnforceExtendedAnalyzerRules>true</EnforceExten…
Browse files Browse the repository at this point in the history
…dedAnalyzerRules>
  • Loading branch information
Nyrest committed Aug 14, 2024
1 parent 1991800 commit 7ee02fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<DevelopmentDependency>true</DevelopmentDependency>
<IsPackable>false</IsPackable>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<!-- The following libraries include the source generator interfaces and types we need -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>_generated</CompilerGeneratedFilesOutputPath>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>

<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7ee02fa

Please sign in to comment.