Merge pull request #7146 from Jelger-Quadira/add-workflow-instance-ex… #4083
Annotations
10 warnings
|
src/modules/Elsa.Dsl.ElsaScript/Compiler/ElsaScriptCompiler.cs#L496
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.
|
|
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.
|
|
src/modules/Elsa.Dsl.ElsaScript/Compiler/ElsaScriptCompiler.cs#L117
Possible null reference return.
|
|
src/modules/Elsa.Expressions.JavaScript/Providers/ActivityOutputFunctionsDefinitionProvider.cs#L33
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|
|
src/modules/Elsa.Dsl.ElsaScript/Compiler/ElsaScriptCompiler.cs#L496
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.
|
|
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.
|
|
src/modules/Elsa.Dsl.ElsaScript/Compiler/ElsaScriptCompiler.cs#L117
Possible null reference return.
|
|
src/modules/Elsa.Expressions.JavaScript/Providers/ActivityOutputFunctionsDefinitionProvider.cs#L33
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|
|
src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs#L469
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|
|
src/modules/Elsa.Workflows.Core/Extensions/ExpressionExecutionContextExtensions.cs#L469
Possible null reference argument for parameter 'input' in 'string InflectorExtensions.Pascalize(string input)'.
|
The logs for this run have expired and are no longer available.
Loading