Skip to content

Commit

Permalink
Add TelemetrySource to RateLimiterRejectedException
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-csala committed Oct 16, 2024
1 parent e7bedd2 commit 0c89738
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using Polly.RateLimiting;
using Polly.Telemetry;
using Polly.TestUtils;

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-core

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-core

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-core

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-core

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / windows-latest

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / windows-latest

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / windows-latest

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / windows-latest

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-legacy

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-legacy

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-legacy

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / mutations-legacy

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / macos-latest

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

Check failure on line 3 in test/Polly.RateLimiting.Tests/RateLimiterRejectedExceptionTests.cs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Remove this unnecessary 'using'. (https://rules.sonarsource.com/csharp/RSPEC-1128)

namespace Polly.Core.Tests.Timeout;

Expand Down

0 comments on commit 0c89738

Please sign in to comment.