Skip to content

Commit

Permalink
Remove EXTEXP0003
Browse files Browse the repository at this point in the history
Remove suppression for EXTEXP0003.
  • Loading branch information
martincostello committed Nov 18, 2023
1 parent 15f6611 commit 0ffd76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LondonTravel.Site/LondonTravel.Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<EnableConfigurationBindingGenerator>true</EnableConfigurationBindingGenerator>
<EnableRequestDelegateGenerator>true</EnableRequestDelegateGenerator>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);CA1716;EXTEXP0003</NoWarn>
<NoWarn>$(NoWarn);CA1716</NoWarn>
<OutputType>Exe</OutputType>
<PreserveCompilationContext>true</PreserveCompilationContext>
<RootNamespace>MartinCostello.LondonTravel.Site</RootNamespace>
Expand Down

0 comments on commit 0ffd76d

Please sign in to comment.