Skip to content

Create workflow to build and run tests #5

Create workflow to build and run tests

Create workflow to build and run tests #5

Triggered via pull request May 23, 2024 18:58
Status Failure
Total duration 37s
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/Extractors/CsvFileExtractotTests.cs#L79
Cannot convert null literal to non-nullable reference type.
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.