Add CI workflows for .NET and Java (#154) #2
Annotations
5 errors and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/MyServiceBus.RabbitMq/RabbitMqQueueSendTransport.cs#L25
'IChannel' does not contain a definition for 'CreateBasicProperties' and no accessible extension method 'CreateBasicProperties' accepting a first argument of type 'IChannel' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/MyServiceBus.RabbitMq/RabbitMqSendTransport.cs#L21
'IChannel' does not contain a definition for 'CreateBasicProperties' and no accessible extension method 'CreateBasicProperties' accepting a first argument of type 'IChannel' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/MyServiceBus.RabbitMq/RabbitMqQueueSendTransport.cs#L25
'IChannel' does not contain a definition for 'CreateBasicProperties' and no accessible extension method 'CreateBasicProperties' accepting a first argument of type 'IChannel' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/MyServiceBus.RabbitMq/RabbitMqSendTransport.cs#L21
'IChannel' does not contain a definition for 'CreateBasicProperties' and no accessible extension method 'CreateBasicProperties' accepting a first argument of type 'IChannel' could be found (are you missing a using directive or an assembly reference?)
|
|
build:
src/MyServiceBus.Abstractions/MessageEnvelope.cs#L81
Non-nullable property 'OperatingSystemVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/MyServiceBus.Abstractions/MessageEnvelope.cs#L78
Non-nullable property 'MassTransitVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/MyServiceBus.Abstractions/MessageEnvelope.cs#L75
Non-nullable property 'FrameworkVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/MyServiceBus.Abstractions/MessageEnvelope.cs#L72
Non-nullable property 'AssemblyVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/MyServiceBus.Abstractions/MessageEnvelope.cs#L69
Non-nullable property 'Assembly' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/MyServiceBus.Abstractions/MessageEnvelope.cs#L63
Non-nullable property 'ProcessName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/MyServiceBus.Abstractions/MessageEnvelope.cs#L60
Non-nullable property 'MachineName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/TestApp.Contracts/SubmitOrder.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/TestApp.Contracts/TestRequest.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/TestApp.Contracts/TestResponse.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|