Skip to content

Commit

Permalink
Merge pull request #712 from CommunityToolkit/dev/EnforceExtendedAnal…
Browse files Browse the repository at this point in the history
…yzerRules

Set EnforceExtendedAnalyzerRules in analyzers
  • Loading branch information
Sergio0694 authored Jun 6, 2023
2 parents 017a471 + 80bf83d commit 7c3473a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
</PropertyGroup>

<!--
Expand Down

0 comments on commit 7c3473a

Please sign in to comment.