Update Synapse.sln #39
ci-pipeline.yml
on: push
versioning
/
increment-version
2m 12s
Matrix: build / build
release
/
release
7s
Annotations
13 warnings
versioning / increment-version
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|
build / 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 / build (6.0.x):
src/apps/Synapse.Worker/Services/FileBasedSecretManager.cs#L50
XML comment has cref attribute 'ExpandoObject' that could not be resolved
|
build / 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 / 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 / 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 / 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 / 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 / build (6.0.x)
'WorkflowEditor.Dispatcher' hides inherited member 'StatefulComponent<WorkflowEditorState>.Dispatcher'. Use the new keyword if hiding was intended.
|
build / build (6.0.x):
src/dashboard/Synapse.Dashboard/Extensions/IQueryableExtensions.cs#L43
Converting null literal or possible null value to non-nullable type.
|
build / build (6.0.x):
src/dashboard/Synapse.Dashboard/Extensions/IQueryableExtensions.cs#L43
Possible null reference return.
|
build / build (6.0.x)
The process '/usr/bin/git' failed with exit code 128
|
release / release
The process '/usr/bin/git' failed with exit code 128
|