Skip to content

DSL v1.0.0-alpha1

DSL v1.0.0-alpha1 #93

Triggered via pull request June 22, 2024 17:04
Status Failure
Total duration 51s
Artifacts

build-dotnet.yml

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

Annotations

3 errors and 11 warnings
build (8.0.x): src/runner/Synapse.Runner/Services/Executors/DoTaskExecutor.cs#L41
The name 'TaskExecutionStrategyDefinition' does not exist in the current context
build (8.0.x): src/runner/Synapse.Runner/Services/Executors/DoTaskExecutor.cs#L41
The name 'TaskExecutionStrategyDefinition' does not exist in the current context
build (8.0.x)
Process completed with exit code 1.
build (8.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 (8.0.x): src/dashboard/Synapse.Dashboard/Services/WorkflowGraphBuilder.cs#L87
XML comment has syntactically incorrect cref attribute ''
build (8.0.x): src/dashboard/Synapse.Dashboard/Services/WorkflowGraphBuilder.cs#L87
Identifier expected. See also error CS1001.
build (8.0.x): src/dashboard/Synapse.Dashboard/Pages/Workflows/View/View.razor#L122
Dereference of a possibly null reference.
build (8.0.x): src/dashboard/Synapse.Dashboard/Pages/Workflows/View/View.razor#L159
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (8.0.x): src/dashboard/Synapse.Dashboard/Pages/Workflows/View/View.razor#L177
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (8.0.x): src/dashboard/Synapse.Dashboard/Components/Breadcrumb/Breadcrumbs.cs#L22
Missing XML comment for publicly visible type or member 'Breadcrumbs.Workflows'
build (8.0.x): src/dashboard/Synapse.Dashboard/Pages/WorkflowInstances/List/State.cs#L19
XML comment has cref attribute 'WorkflowInstanceListComponent' that could not be resolved
build (8.0.x): src/dashboard/Synapse.Dashboard/Services/WorkflowGraphBuilder.cs#L60
Missing XML comment for publicly visible type or member 'WorkflowGraphBuilder.BuildTaskNodesAsync(WorkflowGraphBuilder.TaskNodeRenderingContext)'
build (8.0.x): src/dashboard/Synapse.Dashboard/Services/WorkflowGraphBuilder.cs#L85
XML comment has a param tag for 'workflow', but there is no parameter by that name