Merge pull request #81 from EventStore/rsowald-tcp-deprecation #197
Annotations
10 errors and 3 warnings
Run Tests:
test/EventStore.ClientAPI.Tests/EventStore.ClientAPI.Tests.csproj#L1
Assert.Throws() Failure
Expected: typeof(EventStore.ClientAPI.Exceptions.WrongExpectedVersionException)
Actual: typeof(EventStore.ClientAPI.Exceptions.AccessDeniedException): Write access denied for stream 'append_to_stream_wrong_expected_version'.
---- EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'append_to_stream_wrong_expected_version'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/append_to_stream.cs#L18
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'append_to_stream_expected_version_Any'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/append_to_stream.cs#L18
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'append_to_stream_expected_version_NoStream'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/cluster/connect_to_cluster.cs#L39
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'connect_to_cluster_can_connect_to_tls_dns_endpoint_gossip_seed'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/cluster/connect_to_cluster.cs#L50
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'connect_to_cluster_can_connect_to_tls_ip_endpoint_gossip_seed_with_connection_string'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/cluster/connect_to_cluster.cs#L27
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'connect_to_cluster_can_connect_to_tls_ip_endpoint_gossip_seed'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/cluster/connect_to_cluster.cs#L60
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'connect_to_cluster_can_connect_to_tls_dns_endpoint_gossip_seed_with_connection_string'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/conditional_append_to_stream.cs#L27
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'conditional_append_to_stream_returns_succeeded_with_correct_expected_version_NoStream'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/conditional_append_to_stream.cs#L27
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'conditional_append_to_stream_returns_succeeded_with_correct_expected_version_Any'.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/conditional_append_to_stream.cs#L37
EventStore.ClientAPI.Exceptions.AccessDeniedException : Write access denied for stream 'conditional_append_to_stream_returns_succeeded_when_stream_deleted'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/transaction.cs#L6
The type name 'transaction' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Run Tests:
test/EventStore.ClientAPIAcceptanceTests/connect.cs#L7
The type name 'connect' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Loading