Skip to content

- Adjust the version specification for strong-name signing #45

- Adjust the version specification for strong-name signing

- Adjust the version specification for strong-name signing #45

Triggered via push May 23, 2024 19:11
Status Success
Total duration 5m 58s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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 '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/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/Expressions/ExpressionFunction.cs#L15
Nullability of type of parameter 'obj' doesn't match overridden member (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/Expressions/ODataExpression.cs#L200
Nullability of type of parameter 'obj' doesn't match overridden member (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/ODataOrderByColumn.cs#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).