Skip to content

Removed unused and unsafe dependency #58

Removed unused and unsafe dependency

Removed unused and unsafe dependency #58

Triggered via pull request April 23, 2024 07:23
Status Success
Total duration 1m 4s
Artifacts

build-dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build (6.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (6.0.x): 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.
build (6.0.x): src/apps/Synapse.Worker/Services/FileBasedSecretManager.cs#L50
XML comment has cref attribute 'ExpandoObject' that could not be resolved
build (6.0.x): src/apps/Synapse.Worker/Services/Processors/ConsumeEventProcessor.cs#L62
XML comment has cref attribute 'Waiting' that could not be resolved
build (6.0.x): src/apps/Synapse.Worker/Services/Processors/SubflowProcessor.cs#L69
XML comment has cref attribute 'Waiting' that could not be resolved
build (6.0.x): 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).
build (6.0.x): 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).
build (6.0.x)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build (6.0.x)
'WorkflowEditor.Dispatcher' hides inherited member 'StatefulComponent<WorkflowEditorState>.Dispatcher'. Use the new keyword if hiding was intended.
build (6.0.x): src/dashboard/Synapse.Dashboard/Features/Workflows/WorkflowEditor/JqExpressionEditor.razor#L58
Cannot convert null literal to non-nullable reference type.
build (6.0.x): 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.
build (6.0.x)
The process '/usr/bin/git' failed with exit code 128