Skip to content

remove unused usings #37

remove unused usings

remove unused usings #37

Triggered via pull request September 6, 2025 22:13
Status Success
Total duration 25s
Artifacts

build.yml

on: pull_request
demo-build
18s
demo-build
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
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/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/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/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/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/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/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/Core/RateLimitPolicy.cs#L48
Cannot convert null literal to non-nullable reference type.