Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable package validation
Disable package validation for snippets and TestUtils.
  • Loading branch information
martincostello authored Sep 28, 2023
commit 6b5a51b831963646b2756404a3e42a8c76a90690
1 change: 1 addition & 0 deletions src/Snippets/Snippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<IsPackable>false</IsPackable>
<NoWarn>$(NoWarn);SA1123;SA1515;CA2000;CA2007;CA1303;IDE0021;IDE0017;IDE0060;CS1998;CA1064;S3257;IDE0028;CA1031;CA1848</NoWarn>
<RootNamespace>Snippets</RootNamespace>
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions test/Polly.TestUtils/Polly.TestUtils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);SA1600;SA1204;SA1602;CA1062</NoWarn>
<IsPackable>false</IsPackable>
<EnablePackageValidation>false</EnablePackageValidation>
<UsePublicApiAnalyzers>false</UsePublicApiAnalyzers>
</PropertyGroup>

Expand Down