Merge pull request #198 from leonardodeoliveira/patch-1 #356
Annotations
10 warnings
src/RedisRateLimiting/TokenBucket/RedisTokenBucketRateLimiter.cs#L124
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/RedisRateLimiting/SlidingWindow/RedisSlidingWindowRateLimiter.cs#L122
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/RedisRateLimiting/SlidingWindow/RedisSlidingWindowRateLimiter.cs#L122
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/RedisRateLimiting/FixedWindow/RedisFixedWindowRateLimiter.cs#L117
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L261
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L174
Await DisposeAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L200
Await DisposeAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L261
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/RedisRateLimiting/TokenBucket/RedisTokenBucketRateLimiter.cs#L124
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
src/RedisRateLimiting/FixedWindow/RedisFixedWindowRateLimiter.cs#L117
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
This job succeeded
Loading