Create LICENSE #326
Annotations
11 warnings
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/.
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
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)
|
This job succeeded
Loading