Skip to content

Adjusting the OData-version-specific package IDs. #33

Adjusting the OData-version-specific package IDs.

Adjusting the OData-version-specific package IDs. #33

Triggered via push March 30, 2024 21:03
Status Failure
Total duration 10m 38s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: src/Simple.OData.Client.Core/Adapter/BatchWriterBase.cs#L87
Nullability of reference types in type of parameter 'collection' of 'Task<object> BatchWriterBase.CreateOperationMessageAsync(Uri uri, string method, string collection, IDictionary<string, object> entryData, bool resultRequired)' doesn't match implicitly implemented member 'Task<object> IBatchWriter.CreateOperationMessageAsync(Uri uri, string method, string? collection, IDictionary<string, object>? entryData, bool resultRequired)' (possibly because of nullability attributes).
build: src/Simple.OData.Client.Core/Adapter/BatchWriterBase.cs#L87
Nullability of reference types in type of parameter 'entryData' of 'Task<object> BatchWriterBase.CreateOperationMessageAsync(Uri uri, string method, string collection, IDictionary<string, object> entryData, bool resultRequired)' doesn't match implicitly implemented member 'Task<object> IBatchWriter.CreateOperationMessageAsync(Uri uri, string method, string? collection, IDictionary<string, object>? entryData, bool resultRequired)' (possibly because of nullability attributes).
build: src/Simple.OData.Client.Core/Cache/TypeCache.cs#L225
Nullability of reference types in type of parameter 'result' of 'bool TypeCache.TryConvert(object? value, Type targetType, out object? result)' doesn't match implicitly implemented member 'bool ITypeCache.TryConvert(object value, Type targetType, out object result)' (possibly because of nullability attributes).
build: src/Simple.OData.Client.Core/Cache/TypeCache.cs#L300
Nullability of reference types in return type of 'object? TypeCache.Convert(object? value, Type targetType)' doesn't match implicitly implemented member 'object ITypeCache.Convert(object value, Type targetType)' (possibly because of nullability attributes).
build: src/Simple.OData.Client.Core/Adapter/CommandFormatterBase.cs#L25
Possible null reference argument for parameter 'collectionName' in 'string IMetadata.GetEntityCollectionExactName(string collectionName)'.
build: src/Simple.OData.Client.Core/Adapter/CommandFormatterBase.cs#L29
Possible null reference argument for parameter 'details' in 'FluentCommand.FluentCommand(FluentCommandDetails details)'.
build: src/Simple.OData.Client.Core/Adapter/CommandFormatterBase.cs#L30
Dereference of a possibly null reference.
build: src/Simple.OData.Client.Core/Adapter/CommandFormatterBase.cs#L30
Possible null reference argument for parameter 'propertyName' in 'string IMetadata.GetNavigationPropertyExactName(string collectionName, string propertyName)'.
build: src/Simple.OData.Client.Core/Adapter/CommandFormatterBase.cs#L71
Possible null reference argument for parameter 'typeOrCollectionName' in 'string IMetadata.GetQualifiedTypeName(string typeOrCollectionName)'.
build: src/Simple.OData.Client.Core/Adapter/BatchWriterBase.cs#L40
Dereference of a possibly null reference.