Add DeliveryOptions overloads to InvokeAsync methods #2237
+268
−4
Merged
Annotations
2 errors and 10 warnings
|
Test PostgresqlTests
Process completed with exit code 1.
|
|
Test PostgresqlTests:
src/Persistence/PostgresqlTests/Transport/stateful_resource_smoke_tests.cs#L112
Shouldly.ShouldAssertException : (await ConfigureBuilder(false, 20)
.RunJasperFxCommands(["resources", "clear"]))
should be
0
but was
1
|
|
Build:
src/Wolverine/Configuration/Capabilities/ServiceCapabilities.cs#L16
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/BrokerDescription.cs#L8
Non-nullable property 'Name' 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/BrokerDescription.cs#L8
Non-nullable property 'ProtocolName' 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#L212
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