DSL v1.0.0-alpha1 #98
Annotations
9 errors and 11 warnings
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L65
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.SetTaskDefinition' to 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition'
|
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L66
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition' to 'System.Action<ServerlessWorkflow.Sdk.Builders.IGenericTaskDefinitionBuilder>'
|
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L129
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.SetTaskDefinition' to 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition'
|
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L130
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition' to 'System.Action<ServerlessWorkflow.Sdk.Builders.IGenericTaskDefinitionBuilder>'
|
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L65
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.SetTaskDefinition' to 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition'
|
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L66
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition' to 'System.Action<ServerlessWorkflow.Sdk.Builders.IGenericTaskDefinitionBuilder>'
|
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L129
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.SetTaskDefinition' to 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition'
|
tests/Synapse.UnitTests/Cases/Runner/TaskExecutors/FunctionCallExecutorTests.cs#L130
Argument 2: cannot convert from 'ServerlessWorkflow.Sdk.Models.Tasks.CallTaskDefinition' to 'System.Action<ServerlessWorkflow.Sdk.Builders.IGenericTaskDefinitionBuilder>'
|
|
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/.
|
src/runner/Synapse.Runner/Services/WorkflowExecutionContext.cs#L87
Possible null reference argument for parameter 'path' in 'Uri WorkflowDefinitionExtensions.BuildReferenceTo(WorkflowDefinition workflow, TaskDefinition task, string path, Uri? parentReference = null)'.
|
src/dashboard/Synapse.Dashboard/Services/WorkflowGraphBuilder.cs#L87
XML comment has syntactically incorrect cref attribute ''
|
src/dashboard/Synapse.Dashboard/Services/WorkflowGraphBuilder.cs#L87
Identifier expected. See also error CS1001.
|
src/dashboard/Synapse.Dashboard/Pages/Workflows/View/View.razor#L90
Dereference of a possibly null reference.
|
src/dashboard/Synapse.Dashboard/Pages/Workflows/View/View.razor#L131
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.
|
src/dashboard/Synapse.Dashboard/Pages/Workflows/View/View.razor#L149
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.
|
src/dashboard/Synapse.Dashboard/Services/WorkflowGraphBuilder.cs#L394
Possible null reference assignment.
|
src/dashboard/Synapse.Dashboard/Pages/Workflows/Create/View.razor#L48
Field 'View.textBasedEditor' is never assigned to, and will always have its default value null
|
src/dashboard/Synapse.Dashboard/Pages/Workflows/Create/View.razor#L52
The field 'View.workflow' is never used
|
src/dashboard/Synapse.Dashboard/Components/Breadcrumb/Breadcrumbs.cs#L22
Missing XML comment for publicly visible type or member 'Breadcrumbs.Workflows'
|
This job failed
Loading