Add GitHub Actions CI workflow for Redis transport tests #2130
+129
−76
Annotations
2 errors and 10 warnings
|
Test
Process completed with exit code 1.
|
|
Test:
src/Transports/Redis/Wolverine.Redis.Tests/rate_limiting_end_to_end.cs#L43
System.Threading.Tasks.TaskCanceledException : A task was canceled.
|
|
Build:
src/Wolverine/Configuration/Capabilities/ServiceCapabilities.cs#L21
Possible null reference assignment.
|
|
Build:
src/Wolverine/Configuration/Capabilities/ServiceCapabilities.cs#L21
Dereference of a possibly null reference.
|
|
Build:
src/Wolverine/Configuration/Capabilities/ServiceCapabilities.cs#L15
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Configuration/Capabilities/ServiceRegistration.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Attributes/WolverineParameterAttribute.cs#L82
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/Wolverine/Attributes/AlwaysPublishResponseAttribute.cs#L23
Non-nullable field '_envelope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
src/Wolverine/Attributes/WolverineParameterAttribute.cs#L21
Non-nullable property 'ArgumentName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Runtime/WorkerQueues/DurableReceiver.cs#L209
Nullability of reference types in return type of 'IHandlerPipeline? DurableReceiver.Pipeline.get' doesn't match implicitly implemented member 'IHandlerPipeline IReceiver.Pipeline.get' (possibly because of nullability attributes).
|
|
Build:
src/Wolverine/Runtime/WorkerQueues/BufferedReceiver.cs#L111
Nullability of reference types in return type of 'IHandlerPipeline? BufferedReceiver.Pipeline.get' doesn't match implicitly implemented member 'IHandlerPipeline IReceiver.Pipeline.get' (possibly because of nullability attributes).
|
|
Build:
src/Wolverine/Runtime/Agents/AssignAgent.cs#L33
'AssignAgent' defines 'Equals' but not 'GetHashCode'
|
Loading