Skip to content

ratelimti

ratelimti #11

Triggered via push May 19, 2023 14:32
Status Failure
Total duration 3m 35s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
nuget-pack
Process completed with exit code 1.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/ConcurrencyLimiterAttribute.cs#L28
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/ConcurrencyLimiterAttribute.cs#L55
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/FixedWindowRateLimiterAttribute.cs#L36
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/FixedWindowRateLimiterAttribute.cs#L68
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/SlidingWindowRateLimiterAttribute.cs#L40
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/SlidingWindowRateLimiterAttribute.cs#L76
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/TokenBucketRateLimiterAttribute.cs#L40
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/TokenBucketRateLimiterAttribute.cs#L75
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Models/RateLimitLeaseMetadata.cs#L26
Nullability of reference types in value of type 'KeyValuePair<string, object>[]' doesn't match target type 'KeyValuePair<string, object?>[]'.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Models/Holders/GroupLimiterHolder.cs#L46
Dereference of a possibly null reference.