docs/gen3 draft for wrapped commands/tools #41
Annotations
1 error and 10 warnings
|
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolAddCommand.cs#L166
Dereference of a possibly null reference.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolRunCommand.cs#L246
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'Dictionary<string, object?>' in 'ToolExecutor.ToolExecutor(ToolDefinition tool, Dictionary<string, object?> parameters)' due to differences in the nullability of reference types.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolRunCommand.cs#L232
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'Dictionary<string, object?>' in 'ToolExecutor.ToolExecutor(ToolDefinition tool, Dictionary<string, object?> parameters)' due to differences in the nullability of reference types.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolRunCommand.cs#L174
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'Dictionary<string, object?>' in 'ToolExecutor.ToolExecutor(ToolDefinition tool, Dictionary<string, object?> parameters)' due to differences in the nullability of reference types.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolAddCommand.cs#L205
Dereference of a possibly null reference.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolAddCommand.cs#L173
Possible null reference assignment.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolAddCommand.cs#L166
Dereference of a possibly null reference.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolRunCommand.cs#L246
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'Dictionary<string, object?>' in 'ToolExecutor.ToolExecutor(ToolDefinition tool, Dictionary<string, object?> parameters)' due to differences in the nullability of reference types.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolRunCommand.cs#L232
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'Dictionary<string, object?>' in 'ToolExecutor.ToolExecutor(ToolDefinition tool, Dictionary<string, object?> parameters)' due to differences in the nullability of reference types.
|
|
src/cycod/CommandLineCommands/ToolCommands/ToolRunCommand.cs#L174
Argument of type 'Dictionary<string, object>' cannot be used for parameter 'parameters' of type 'Dictionary<string, object?>' in 'ToolExecutor.ToolExecutor(ToolDefinition tool, Dictionary<string, object?> parameters)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading