Add ApiReader with generic type and expose ReadAsync #4
Annotations
10 warnings
|
PipeFlow.Benchmarks/CsvBenchmarks.cs#L13
Non-nullable field '_csvFilePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow.Benchmarks/CsvBenchmarks.cs#L97
Converting null literal or possible null value to non-nullable type.
|
|
PipeFlow.Benchmarks/ParallelBenchmarks.cs#L17
Non-nullable field '_parallelPipeline8' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow.Benchmarks/ParallelBenchmarks.cs#L16
Non-nullable field '_parallelPipeline4' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow.Benchmarks/ParallelBenchmarks.cs#L15
Non-nullable field '_parallelPipeline2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow.Benchmarks/ParallelBenchmarks.cs#L14
Non-nullable field '_regularPipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow.Benchmarks/ParallelBenchmarks.cs#L13
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow.Benchmarks/QuickBenchmark.cs#L13
Non-nullable field '_pipeline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow.Benchmarks/QuickBenchmark.cs#L12
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
PipeFlow/PostgreSQL/PostgreSqlReader.cs#L13
The field 'PostgreSqlReader._command' is never used
|
The logs for this run have expired and are no longer available.
Loading