fix: persistent subscription Nack and resubscribe overlap #627
pull-request.yml
on: pull_request
Event File
5s
Matrix: Build and test
Annotations
5 errors and 26 warnings
|
Build and test (9.0)
Process completed with exit code 2.
|
|
Build and test (10.0)
The strategy configuration was canceled because "build-and-test._9_0" failed
|
|
Build and test (10.0)
The operation was canceled.
|
|
Build and test (8.0)
The strategy configuration was canceled because "build-and-test._9_0" failed
|
|
Build and test (8.0)
The operation was canceled.
|
|
Build and test (9.0):
src/Azure/test/Eventuous.Tests.Azure.ServiceBus/IsSerialisableByServiceBus.cs#L27
Return a `Func<T>` rather than a `<T>`.
|
|
Build and test (9.0):
src/Azure/test/Eventuous.Tests.Azure.ServiceBus/IsSerialisableByServiceBus.cs#L6
Return a `Func<T>` rather than a `<T>`.
|
|
Build and test (9.0):
src/KurrentDB/src/Eventuous.KurrentDB/Subscriptions/PersistentSubscriptionBase.cs#L232
Missing XML comment for publicly visible type or member 'PersistentSubscriptionBase<T>.StopCurrentRun(CancellationToken)'
|
|
Build and test (9.0):
src/Relational/src/Eventuous.Sql.Base/Subscriptions/SqlSubscriptionBase.cs#L241
Missing XML comment for publicly visible type or member 'SqlSubscriptionBase<TOptions, TConnection>.Unsubscribe(CancellationToken)'
|
|
Build and test (9.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (9.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (9.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (9.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Relational/src/Eventuous.Sql.Base/Subscriptions/SqlSubscriptionBase.cs#L241
Missing XML comment for publicly visible type or member 'SqlSubscriptionBase<TOptions, TConnection>.Unsubscribe(CancellationToken)'
|
|
Build and test (10.0):
src/KurrentDB/src/Eventuous.KurrentDB/Subscriptions/PersistentSubscriptionBase.cs#L232
Missing XML comment for publicly visible type or member 'PersistentSubscriptionBase<T>.StopCurrentRun(CancellationToken)'
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (10.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (8.0):
src/Azure/test/Eventuous.Tests.Azure.ServiceBus/IsSerialisableByServiceBus.cs#L27
Return a `Func<T>` rather than a `<T>`.
|
|
Build and test (8.0):
src/Azure/test/Eventuous.Tests.Azure.ServiceBus/IsSerialisableByServiceBus.cs#L6
Return a `Func<T>` rather than a `<T>`.
|
|
Build and test (8.0):
src/KurrentDB/src/Eventuous.KurrentDB/Subscriptions/PersistentSubscriptionBase.cs#L232
Missing XML comment for publicly visible type or member 'PersistentSubscriptionBase<T>.StopCurrentRun(CancellationToken)'
|
|
Build and test (8.0):
src/Relational/src/Eventuous.Sql.Base/Subscriptions/SqlSubscriptionBase.cs#L241
Missing XML comment for publicly visible type or member 'SqlSubscriptionBase<TOptions, TConnection>.Unsubscribe(CancellationToken)'
|
|
Build and test (8.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (8.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (8.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L87
Using member 'Eventuous.StoreFunctions.ReadEvents(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
|
Build and test (8.0):
src/Core/src/Eventuous.Persistence/EventStore/TieredEventReader.cs#L86
Using member 'Eventuous.StoreFunctions.ReadEventsBackwards(IEventReader, StreamName, StreamReadPosition, Int32, Boolean, CancellationToken)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Only works with AOT when using DefaultStaticEventSerializer.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Event File
|
3.97 KB |
sha256:a03dab3b8c716fe62e2581650df427674bd8da9ed8a4b99d25ac1210a16fceac
|
|
|
Test Results 10.0
|
132 KB |
sha256:5b9670ff1c8875dc3560da7289d25d92a0748d7271a2af6cb37664430706f616
|
|
|
Test Results 8.0
|
132 KB |
sha256:a3bbdb4a289813f9b7ac4c28251340db55f3c54042815b4edf0dc020c1d0c8fc
|
|
|
Test Results 9.0
|
129 KB |
sha256:99228a26d3a1f6b723184a1416f2c2a5c0d4d94c8f5837849ed42784484cdb85
|
|