CodeQL #19
Annotations
10 warnings
Analyze (csharp):
Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L8
Nullability of reference types in return type of 'string? HelpCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
|
Analyze (csharp):
Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L8
Nullability of reference types in return type of 'string? RootCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
|
Analyze (csharp):
Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L11
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.
|
Analyze (csharp):
Carbonyl/Class/Commands/RunCommands/RunCommand.cs#L10
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.
|
Analyze (csharp):
Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L11
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.
|
Analyze (csharp):
Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L8
Nullability of reference types in return type of 'string? HelpCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
|
Analyze (csharp):
Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L8
Nullability of reference types in return type of 'string? RootCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
|
Analyze (csharp):
Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L11
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.
|
Analyze (csharp):
Carbonyl/Class/Commands/RunCommands/RunCommand.cs#L10
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.
|
Analyze (csharp):
Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L11
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.
|