Skip to content

Merge pull request #97 from managedcode/change_cosmosItem #390

Merge pull request #97 from managedcode/change_cosmosItem

Merge pull request #97 from managedcode/change_cosmosItem #390

Triggered via push August 7, 2023 10:06
Status Failure
Total duration 2m 3s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: 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
build-and-test: 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.
build-and-test: 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.
build-and-test: ManagedCode.Database.Core/InMemory/InMemoryDatabaseCollection.cs#L155
Nullability of reference types in return type doesn't match overridden member.
build-and-test: ManagedCode.Database.Core/InMemory/InMemoryDatabaseCollection.cs#L162
Possible null reference argument for parameter 'result' in 'Task<TItem> Task.FromResult<TItem>(TItem result)'.
build-and-test: ManagedCode.Database.Core/InMemory/InMemoryDatabase.cs#L37
Possible null reference argument for parameter 'name' in 'InMemoryDatabaseCollection<TId, TItem> InMemoryDatabase.GetCollection<TId, TItem>(string name)'.
build-and-test: 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.
build-and-test: 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.
build-and-test: ManagedCode.Database.ZoneTree/ZoneTreeCollectionOptions.cs#L9
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: ManagedCode.Database.ZoneTree/ZoneTreeCollectionOptions.cs#L10
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.