Skip to content

Commit

Permalink
Test [DebuggerDisableUserUnhandledExceptions]
Browse files Browse the repository at this point in the history
Test changes from App-vNext/Polly#2254.
  • Loading branch information
martincostello committed Sep 18, 2024
1 parent 8fec069 commit 967f5e2
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 3 deletions.
Binary file added .packages/Polly.8.4.2-pr.2254.3902.nupkg
Binary file not shown.
Binary file added .packages/Polly.8.4.2-pr.2254.3902.snupkg
Binary file not shown.
Binary file added .packages/Polly.Core.8.4.2-pr.2254.3902.nupkg
Binary file not shown.
Binary file added .packages/Polly.Core.8.4.2-pr.2254.3902.snupkg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .packages/Polly.Testing.8.4.2-pr.2254.3902.nupkg
Binary file not shown.
Binary file added .packages/Polly.Testing.8.4.2-pr.2254.3902.snupkg
Binary file not shown.
4 changes: 4 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<configuration>
<packageSources>
<clear />
<add key="Polly" value=".packages" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="Polly">
<package pattern="Polly*" />
</packageSource>
<packageSource key="NuGet">
<package pattern="*" />
</packageSource>
Expand Down
6 changes: 3 additions & 3 deletions PollyDemos/PollyDemos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.0-rc.1.24451.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Polly.Core" Version="8.4.1" />
<PackageReference Include="Polly.Extensions" Version="8.4.1" />
<PackageReference Include="Polly.RateLimiting" Version="8.4.1" />
<PackageReference Include="Polly.Core" Version="8.4.2-pr.2254.3902" />
<PackageReference Include="Polly.Extensions" Version="8.4.2-pr.2254.3902" />
<PackageReference Include="Polly.RateLimiting" Version="8.4.2-pr.2254.3902" />
</ItemGroup>
<ItemGroup>
<Using Include="Polly" />
Expand Down

0 comments on commit 967f5e2

Please sign in to comment.