We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e39696 commit d845536Copy full SHA for d845536
test/Polly.RateLimiting.Tests/Polly.RateLimiting.Tests.csproj
@@ -8,6 +8,9 @@
8
<NoWarn>$(NoWarn);SA1600;SA1204</NoWarn>
9
<Include>[Polly.RateLimiting]*</Include>
10
</PropertyGroup>
11
+ <ItemGroup>
12
+ <Compile Include="..\Polly.Core.Tests\Utils\ExceptionUtilitiesTests.cs" Link="ExceptionUtilitiesTests.cs" />
13
+ </ItemGroup>
14
15
<ItemGroup>
16
<ProjectReference Include="..\..\src\Polly.RateLimiting\Polly.RateLimiting.csproj" />
0 commit comments