Skip to content

Commit

Permalink
disable warning CS8669 in new-cli Generator project
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jul 16, 2024
1 parent b32402e commit 91720b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackageScribanIncludeSource>true</PackageScribanIncludeSource>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<NoWarn>$(NoWarn);RS1035</NoWarn>
<NoWarn>$(NoWarn);RS1035;CS8669</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 91720b3

Please sign in to comment.