Skip to content
Triggered via push July 31, 2023 04:44
Status Failure
Total duration 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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)'.