Remove FluentAssertions dependency #136
Annotations
9 errors and 10 warnings
|
Test-ubuntu-latest
Process completed with exit code 1.
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L86
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L75
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L64
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L53
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L86
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L75
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L64
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L53
Argument 2: cannot convert from 'System.Linq.IOrderedEnumerable<long>' to 'System.Collections.Generic.IAsyncEnumerable<int>?'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Tests/PersistentSubscriptionSpec.cs#L61
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Tests/PersistentSubscriptionSpec.cs#L57
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Tests/PersistentSubscriptionSpec.cs#L43
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Tests/PersistentSubscriptionSpec.cs#L39
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Tests/PersistentSubscriptionSpec.cs#L35
Calls to methods which accept CancellationToken should use TestContext.Current.CancellationToken to allow test cancellation to be more responsive. (https://xunit.net/xunit.analyzers/rules/xUnit1051)
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Tests/EventStoreDockerContainer.cs#L115
'IContainerOperations.GetContainerLogsAsync(string, ContainerLogsParameters, CancellationToken)' is obsolete: 'The stream returned by this method won't be demultiplexed properly if the container was created without a TTY. Use GetContainerLogsAsync(string, bool, ContainerLogsParameters, CancellationToken) instead'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Tests/Query/EventStoreCurrentEventsByTagSpec.cs#L66
Dereference of a possibly null reference.
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore.Hosting/HostingExtensions.cs#L59
'JournalOptions.Adapters' is obsolete: 'Use the configureBuilder callback parameter in WithJournal() instead. This property will be removed in v1.6.0. See https://github.com/akkadotnet/Akka.Hosting/issues/665'
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Streams/FilterStreamStage.cs#L21
The type 'Akka.Streams.ActorAttributes.SupervisionStrategy?' cannot be used as type parameter 'TAttr' in the generic type or method 'Attributes.GetAttribute<TAttr>(TAttr?)'. Nullability of type argument 'Akka.Streams.ActorAttributes.SupervisionStrategy?' doesn't match constraint type 'Akka.Streams.Attributes.IAttribute'.
|
|
Test-ubuntu-latest:
src/Akka.Persistence.EventStore/Streams/FilterStreamStage.cs#L21
The type 'Akka.Streams.ActorAttributes.SupervisionStrategy?' cannot be used as type parameter 'TAttr' in the generic type or method 'Attributes.GetAttribute<TAttr>(TAttr?)'. Nullability of type argument 'Akka.Streams.ActorAttributes.SupervisionStrategy?' doesn't match 'class' constraint.
|