0.4.2 #91
Annotations
12 warnings
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/
|
|
src/apps/Synapse.Worker/Services/Processors/BranchProcessor.cs#L115
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
src/apps/Synapse.Worker/Services/FileBasedSecretManager.cs#L50
XML comment has cref attribute 'ExpandoObject' that could not be resolved
|
src/apps/Synapse.Worker/Services/Processors/ConsumeEventProcessor.cs#L62
XML comment has cref attribute 'Waiting' that could not be resolved
|
src/apps/Synapse.Worker/Services/Processors/SubflowProcessor.cs#L69
XML comment has cref attribute 'Waiting' that could not be resolved
|
src/dashboard/Synapse.Dashboard/Features/Shared/Accordion/Accordion.razor#L42
Nullability of reference types in return type of 'RenderFragment? Accordion.Header.get' doesn't match implicitly implemented member 'RenderFragment IAccordionModel.Header.get' (possibly because of nullability attributes).
|
src/dashboard/Synapse.Dashboard/Features/Shared/Accordion/Accordion.razor#L47
Nullability of reference types in return type of 'RenderFragment? Accordion.Body.get' doesn't match implicitly implemented member 'RenderFragment IAccordionModel.Body.get' (possibly because of nullability attributes).
|
|
|
src/dashboard/Synapse.Dashboard/Features/Workflows/WorkflowEditor/JqExpressionEditor.razor#L58
Cannot convert null literal to non-nullable reference type.
|
src/dashboard/Synapse.Dashboard/Features/Shared/Toolbar/Toolbar.razor#L24
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading