basic functionality of replay log working #450
codeql-analysis.yml
on: pull_request
CodeQL Analysis
1m 54s
Annotations
8 warnings
CodeQL Analysis:
src/kibali/AuthZChecker.cs#L44
'Uri.Uri(Uri, string?, bool)' is obsolete: 'This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(Uri, string) instead.'
|
CodeQL Analysis:
src/kibali/AuthZChecker.cs#L44
'Uri.Uri(Uri, string?, bool)' is obsolete: 'This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(Uri, string) instead.'
|
CodeQL Analysis:
src/kibaliTool/ValidateCommand.cs#L19
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.
|
CodeQL Analysis:
src/kibaliTool/ExportCommand.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.
|
CodeQL Analysis:
src/kibaliTool/DocumentCommand.cs#L18
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.
|
CodeQL Analysis:
src/kibaliTool/ValidateCommand.cs#L19
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.
|
CodeQL Analysis:
src/kibaliTool/ExportCommand.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.
|
CodeQL Analysis:
src/kibaliTool/DocumentCommand.cs#L18
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.
|