Merge pull request #24 from selfmadecode/feature/code-clean-up #36
Annotations
6 warnings
|
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
src/Throttlr.Api.RateLimit/Core/RateLimitContext.cs#L13
Non-nullable property 'RequestKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
src/Throttlr.Api.RateLimit/Core/RateLimitContext.cs#L13
Non-nullable property 'RequestKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading