Update dotnet-ci.yaml #19
Annotations
10 warnings
build:
src/c#/General/GeneralKernel.Core/Mission/Mission.cs#L7
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/c#/General/GeneralKernel.Core/Mission/Mission.cs#L9
Non-nullable property 'Locations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Mission/Mission.cs#L11
Non-nullable property 'Attitudes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Mission/Mission.cs#L13
Non-nullable property 'Payloads' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Mission/Mission.cs#L17
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Mission/Mission.cs#L19
Non-nullable property 'Map' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Mission/Mission.cs#L21
Non-nullable property 'Directory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Shared/Message/Message.cs#L5
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Shared/Message/Message.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/c#/General/GeneralKernel.Core/Shared/Message/Message.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|