Skip to content

Reading from cloud stores; JSON array null fix #154

Reading from cloud stores; JSON array null fix

Reading from cloud stores; JSON array null fix #154

Triggered via pull request September 3, 2023 20:44
Status Success
Total duration 2m 19s
Artifacts 1

dotnet-build-test.yml

on: pull_request
Build and test .NET projects
2m 8s
Build and test .NET projects
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and test .NET projects: Extensions/AwsS3/Cosmos.DataTransfer.AwsS3Storage/AwsS3DataSource.cs#L9
Async-iterator 'AwsS3DataSource.ReadSourceAsync(IConfiguration, ILogger, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Build and test .NET projects: Interfaces/Cosmos.DataTransfer.Common/FileDataSource.cs#L9
Async-iterator 'FileDataSource.ReadSourceAsync(IConfiguration, ILogger, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Build and test .NET projects: Extensions/Mongo/Cosmos.DataTransfer.MongoExtension/MongoDataSourceExtension.cs#L38
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 and test .NET projects: Core/Cosmos.DataTransfer.Core.UnitTests/SettingsCommandTests.cs#L69
Possible null reference argument for parameter 'value' in 'string JsonSerializer.Serialize<List<ExtensionSettingProperty>>(List<ExtensionSettingProperty> value, JsonSerializerOptions? options = null)'.
Build and test .NET projects: Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/ParquetDataCol.cs#L27
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test .NET projects: Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/ParquetDataCol.cs#L27
Non-nullable property 'ParquetDataType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test .NET projects: Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/ParquetDataCol.cs#L27
Non-nullable property 'ParquetDataColumn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test .NET projects: Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/ParquetDataCol.cs#L32
Non-nullable property 'ParquetDataType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test .NET projects: Extensions/Parquet/Cosmos.DataTransfer.ParquetExtension/ParquetDataCol.cs#L32
Non-nullable property 'ParquetDataColumn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and test .NET projects: Extensions/Csv/Cosmos.DataTransfer.CsvExtension.UnitTests/CsvFileSourceTests.cs#L27
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.

Artifacts

Produced during runtime
Name Size
debug-build Expired
97.4 MB