remove unused usings #37
Annotations
24 warnings
|
build (8.0.x):
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
build (8.0.x):
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.
|
|
build (8.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
build (8.0.x):
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
build (8.0.x):
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.
|
|
build (8.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
build (7.0.x):
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
build (7.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitContext.cs#L13
Non-nullable property 'RequestKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build (7.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
build (7.0.x):
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
build (7.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitContext.cs#L13
Non-nullable property 'RequestKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build (7.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
build (6.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitContext.cs#L13
Non-nullable property 'RequestKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build (6.0.x):
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
build (6.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
build (6.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitContext.cs#L13
Non-nullable property 'RequestKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build (6.0.x):
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
build (6.0.x):
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
demo-build:
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.
|
|
demo-build:
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
demo-build:
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|
|
demo-build:
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.
|
|
demo-build:
src/Throttlr.Api.RateLimit/Middleware/RateLimitingMiddleware.cs#L37
Nullable value type may be null.
|
|
demo-build:
src/Throttlr.Api.RateLimit/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.
|