Skip to content

fix tests

fix tests #20

Triggered via push May 24, 2023 14:40
Status Success
Total duration 3m 52s
Artifacts

nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/ConcurrencyLimiterAttribute.cs#L23
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/ConcurrencyLimiterAttribute.cs#L44
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/FixedWindowRateLimiterAttribute.cs#L31
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/FixedWindowRateLimiterAttribute.cs#L55
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/SlidingWindowRateLimiterAttribute.cs#L35
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/SlidingWindowRateLimiterAttribute.cs#L62
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/TokenBucketRateLimiterAttribute.cs#L35
Cannot convert null literal to non-nullable reference type.
nuget-pack: ManagedCode.Orleans.RateLimiting.Core/Attributes/TokenBucketRateLimiterAttribute.cs#L62
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#L14
Dereference of a possibly null reference.