Skip to content

create gcs

create gcs #22

Triggered via push December 30, 2024 12:48
Status Success
Total duration 1m 49s
Artifacts

dotnet-ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
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.