Skip to content

Let's try to fix the package folder. #44

Let's try to fix the package folder.

Let's try to fix the package folder. #44

Triggered via push May 23, 2024 17:10
Status Success
Total duration 3m 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
- Add lib or ref assemblies for the net7.0 target framework
build
- Add lib or ref assemblies for the net8.0 target framework
build
- Add lib or ref assemblies for the netstandard2.0 target framework
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/MetadataCache.cs#L36
Dereference of a possibly null reference.
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)'.