Feature/explain #3
Merged
Annotations
10 warnings
|
|
|
src/Engine/Prequel/Logical/Expressions/AggregateFunction.cs#L60
'AggregateFunction' defines 'Equals' but not 'GetHashCode'
|
|
src/Engine/Prequel/Data/InferredDataType.cs#L42
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
|
src/Engine/Prequel/Data/InferredDataType.cs#L74
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
|
src/Engine/Prequel/Execution/ExplainExecution.cs#L12
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.
|
|
src/Engine/Sources/Database/Prequel.Engine.Source.Database/AsyncAdapter.cs#L291
Converting null literal or possible null value to non-nullable type.
|
|
src/Engine/Sources/Database/Prequel.Engine.Source.Database/AsyncAdapter.cs#L291
Possible null reference return.
|
|
src/Engine/Sources/Database/Prequel.Engine.Source.Database/AsyncAdapter.cs#L300
Converting null literal or possible null value to non-nullable type.
|
|
src/Engine/Sources/Database/Prequel.Engine.Source.Database/AsyncAdapter.cs#L300
Possible null reference return.
|
|
src/Engine/Sources/File/Prequel.Engine.Source.Csv/CsvDataWriter.cs#L23
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.
|
The logs for this run have expired and are no longer available.
Loading