Merge pull request #157 from dlxeon/feat/idleduration-for-bucketratel… #318
Annotations
11 warnings
Build and analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build and analyze:
src/RedisRateLimiting/FixedWindow/RedisFixedWindowRateLimiter.cs#L13
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build and analyze:
src/RedisRateLimiting/SlidingWindow/RedisSlidingWindowRateLimiter.cs#L13
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build and analyze:
src/RedisRateLimiting/TokenBucket/RedisTokenBucketRateLimiter.cs#L13
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build and analyze:
src/RedisRateLimiting/TokenBucket/RedisTokenBucketRateLimiter.cs#L126
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build and analyze:
src/RedisRateLimiting/SlidingWindow/RedisSlidingWindowRateLimiter.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)
|
Build and analyze:
src/RedisRateLimiting/FixedWindow/RedisFixedWindowRateLimiter.cs#L119
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build and analyze:
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L263
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build and analyze:
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L14
A static field in a generic type is not shared among instances of different close constructed types. (https://rules.sonarsource.com/csharp/RSPEC-2743)
|
Build and analyze:
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L176
Await DisposeAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|
Build and analyze:
src/RedisRateLimiting/Concurrency/RedisConcurrencyRateLimiter.cs#L202
Await DisposeAsync instead. (https://rules.sonarsource.com/csharp/RSPEC-6966)
|