Skip to content

Query improved

Query improved #185

Re-run triggered July 31, 2023 04:42
Status Failure
Total duration 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
Unable to process file command 'env' successfully.
build
Invalid format '078'
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/Extensions/EternityContextExtensions.cs#L196
Possible null reference return.
build: NeuroSpeech.Eternity/SingleThreadTaskScheduler.cs#L69
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)'.