Merge remote-tracking branch 'origin/main' #4462
packages.yml
on: push
Test with coverage
30m 16s
Deploy coverage to GitHub Pages
0s
Publish to feedz.io
0s
Publish release to nuget.org
0s
Annotations
3 errors and 11 warnings
|
Test with coverage
The job has exceeded the maximum execution time of 30m0s
|
|
Test with coverage
Process completed with exit code 2.
|
|
Test with coverage
The operation was canceled.
|
|
Test with coverage
No files were found with the provided path: artifacts/coverage. No artifacts will be uploaded.
|
|
Test with coverage:
src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs#L476
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|
|
Test with coverage:
test/component/Elsa.Workflows.ComponentTests/Scenarios/Multitenancy/MultitenancyTests.cs#L20
The literal or constant value Tenant.DefaultTenantId should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'DefaultTenant_ShouldUseEmptyStringAsId' on type 'MultitenancyTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
|
|
Test with coverage:
test/component/Elsa.Workflows.ComponentTests/Scenarios/WorkflowDefinitionReload/ReloadWorkflowTests.cs#L91
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|
|
Test with coverage:
src/modules/Elsa.Dsl.ElsaScript/Compiler/ElsaScriptCompiler.cs#L497
Call to 'System.Reflection.MethodInfo.MakeGenericMethod(params Type[])' can not be statically analyzed. It's not possible to guarantee the availability of requirements of the generic method.
|
|
Test with coverage:
src/modules/Elsa.Dsl.ElsaScript/Parser/ElsaScriptParser.cs#L459
Argument of type 'Parser<(string WorkflowId, IReadOnlyList<(string Name, object Value)>? Metadata)>' cannot be used for parameter 'or' of type 'Parser<(string WorkflowId, IReadOnlyList<(string Name, object Value)> Metadata)>' in 'Parser<(string WorkflowId, IReadOnlyList<(string Name, object Value)> Metadata)> Parsers.Or<(string WorkflowId, IReadOnlyList<(string Name, object Value)> Metadata)>(Parser<(string WorkflowId, IReadOnlyList<(string Name, object Value)> Metadata)> parser, Parser<(string WorkflowId, IReadOnlyList<(string Name, object Value)> Metadata)> or)' due to differences in the nullability of reference types.
|
|
Test with coverage:
src/modules/Elsa.Dsl.ElsaScript/Compiler/ElsaScriptCompiler.cs#L117
Possible null reference return.
|
|
Test with coverage:
src/modules/Elsa.Expressions.JavaScript/Providers/ActivityOutputFunctionsDefinitionProvider.cs#L33
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|
|
Test with coverage:
src/modules/Elsa.Workflows.Management/Activities/WorkflowDefinitionActivity/WorkflowDefinitionActivityProvider.cs#L12
Parameter 'tenantAccessor' is unread.
|
|
Test with coverage:
src/modules/Elsa.Workflows.Core/Activities/Flowchart/Models/FlowchartExecutionMode.cs#L9
XML comment has cref attribute 'UseTokenFlow' that could not be resolved
|
|
Test with coverage:
src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs#L476
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|