Skip to content

Postgres in progress #184

Postgres in progress

Postgres in progress #184

Triggered via push June 28, 2023 09:21
Status Success
Total duration 57s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: NeuroSpeech.Eternity/WorkflowStatus.cs#L13
Non-nullable property 'Extra' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NeuroSpeech.Eternity/Workflow.cs#L216
Non-nullable field '_entity' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: NeuroSpeech.Eternity/Workflow.cs#L217
Non-nullable field 'originalType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: NeuroSpeech.Eternity/Workflow.cs#L20
Non-nullable property 'Input' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NeuroSpeech.Eternity/Storage/EternityEntity.cs#L10
Non-nullable property 'ID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NeuroSpeech.Eternity/Storage/EternityEntity.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NeuroSpeech.Eternity/SingleThreadTaskScheduler.cs#L69
Possible null reference return.
build: NeuroSpeech.Eternity/Extensions/EternityContextExtensions.cs#L196
Possible null reference return.
build: NeuroSpeech.Eternity/EternityContext.cs#L579
Possible null reference argument for parameter 'json' in 'T? JsonSerializer.Deserialize<T>(string json, JsonSerializerOptions? options = null)'.
build: NeuroSpeech.Eternity/EternityContext.cs#L607
Possible null reference argument for parameter 'message' in 'ActivityFailedException.ActivityFailedException(string message)'.