.NET CI #223
Annotations
10 warnings
|
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/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/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/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.
|