Skip to content

Merge pull request #98 from managedcode/change_cosmosItem #186

Merge pull request #98 from managedcode/change_cosmosItem

Merge pull request #98 from managedcode/change_cosmosItem #186

Triggered via push August 7, 2023 10:10
Status Success
Total duration 1m 7s
Artifacts

nuget.yml

on: push
nuget-pack
56s
nuget-pack
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryCollectionQueryable.cs#L91
Async-iterator 'InMemoryCollectionQueryable<TId, TItem>.ToAsyncEnumerable(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
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryDatabase.cs#L35
The type 'TId' cannot be used as type parameter 'TId' in the generic type or method 'InMemoryDatabaseCollection<TId, TItem>'. Nullability of type argument 'TId' doesn't match 'notnull' constraint.
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryDatabase.cs#L40
The type 'TId' cannot be used as type parameter 'TId' in the generic type or method 'InMemoryDatabaseCollection<TId, TItem>'. Nullability of type argument 'TId' doesn't match 'notnull' constraint.
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryDatabaseCollection.cs#L155
Nullability of reference types in return type doesn't match overridden member.
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryDatabaseCollection.cs#L162
Possible null reference argument for parameter 'result' in 'Task<TItem> Task.FromResult<TItem>(TItem result)'.
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryDatabase.cs#L37
Possible null reference argument for parameter 'name' in 'InMemoryDatabaseCollection<TId, TItem> InMemoryDatabase.GetCollection<TId, TItem>(string name)'.
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryDatabase.cs#L49
The type 'TId' cannot be used as type parameter 'TId' in the generic type or method 'InMemoryDatabaseCollection<TId, TItem>'. Nullability of type argument 'TId' doesn't match 'notnull' constraint.
nuget-pack: ManagedCode.Database.Core/InMemory/InMemoryDatabase.cs#L52
The type 'TId' cannot be used as type parameter 'TId' in the generic type or method 'InMemoryDatabaseCollection<TId, TItem>'. Nullability of type argument 'TId' doesn't match 'notnull' constraint.
nuget-pack: ManagedCode.Database.ZoneTree/ZoneTreeWrapper.cs#L22
Argument of type 'ISerializer<TValue>' cannot be used for parameter 'valueSerializer' of type 'ISerializer<TValue?>' in 'ZoneTreeFactory<TKey, TValue?> ZoneTreeFactory<TKey, TValue?>.SetValueSerializer(ISerializer<TValue?> valueSerializer)' due to differences in the nullability of reference types.
nuget-pack: ManagedCode.Database.ZoneTree/JsonSerializer.cs#L10
Possible null reference return.