Skip to content

Create workflow to build and run tests #6

Create workflow to build and run tests

Create workflow to build and run tests #6

Triggered via pull request May 23, 2024 19:07
Status Failure
Total duration 31s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: src/Library/Extractors/SQLite/SQLiteDataExtractor.cs#L83
Possible null reference argument for parameter 'key' in 'object? Dictionary<string, object?>.this[string key]'.
build: src/Library/Extractors/SQLite/SQLiteDataExtractor.cs#L88
Possible null reference argument for parameter 'key' in 'object? Dictionary<string, object?>.this[string key]'.
build: src/Library/Extractors/Parquet/ParquetDataExtractor.cs#L18
Non-nullable field 'files' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Library/Transformers/BypassDataTransformer.cs#L18
The event 'BypassDataTransformer.OnError' is never used
build: tests/Benchmark/CsvToSqlBenchmark.cs#L15
Non-nullable field 'etl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: tests/UnitTests/Integration/EasyEtlTests.cs#L17
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.
build: tests/UnitTests/Infra/AsyncEnumerableDataReaderTests.cs#L31
Possible null reference assignment.
build: tests/UnitTests/Infra/AsyncEnumerableDataReaderTests.cs#L32
Possible null reference assignment.
build: tests/UnitTests/Infra/AsyncEnumerableDataReaderTests.cs#L33
Possible null reference assignment.
build: tests/UnitTests/Infra/AsyncEnumerableDataReaderTests.cs#L34
Possible null reference assignment.