Skip to content

Remove FluentAssertions dependency #135

Remove FluentAssertions dependency

Remove FluentAssertions dependency #135

Triggered via pull request June 24, 2026 02:13
Status Failure
Total duration 41s
Artifacts

pr_validation.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

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
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
Test-ubuntu-latest: src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L75
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
Test-ubuntu-latest: src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L64
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
Test-ubuntu-latest: src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L53
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
Test-ubuntu-latest: src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L86
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
Test-ubuntu-latest: src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L75
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
Test-ubuntu-latest: src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L64
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
Test-ubuntu-latest: src/Akka.Persistence.EventStore.Benchmarks/QueryByTagBenchmarks.cs#L53
The type 'Assert' exists in both 'xunit.assert, Version=2.8.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.assert, Version=3.2.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
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/Query/EventStoreCurrentEventsByTagSpec.cs#L47
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/Query/EventStoreCurrentEventsByTagSpec.cs#L46
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/Query/EventStoreCurrentEventsByTagSpec.cs#L33
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.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.