Skip to content

Release/v1.0.0

Release/v1.0.0 #21

Triggered via pull request November 29, 2025 03:25
Status Failure
Total duration 4m 11s
Artifacts

PR-CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build-Test: src/SourceFlow/Saga/CommandSubscriber.cs#L42
The constraints for type parameter 'TCommand' of method 'CommandSubscriber.Subscribe<TCommand>(TCommand)' must match the constraints for type parameter 'TCommand' of interface method 'ICommandSubscriber.Subscribe<TCommand>(TCommand)'. Consider using an explicit interface implementation instead.
Build-Test: src/SourceFlow/Saga/CommandSubscriber.cs#L42
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test: src/SourceFlow/Impl/CommandStoreAdapter.cs#L13
'CommandStoreAdapter' does not implement interface member 'ICommandStoreAdapter.Load(int)'. 'CommandStoreAdapter.Load(int)' cannot implement 'ICommandStoreAdapter.Load(int)' because it does not have the matching return type of 'Task<IEnumerable<ICommand>>'.
Build-Test: src/SourceFlow/Impl/CommandStoreAdapter.cs#L13
'CommandStoreAdapter' does not implement interface member 'ICommandStoreAdapter.Append(ICommand)'
Build-Test: src/SourceFlow/Impl/CommandStoreAdapter.cs#L170
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test: src/SourceFlow/Impl/CommandStoreAdapter.cs#L117
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test: src/SourceFlow/Impl/CommandStoreAdapter.cs#L50
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test: src/SourceFlow/Impl/CommandStoreAdapter.cs#L24
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test: src/SourceFlow/Projections/IProjectOn.cs#L10
The namespace 'SourceFlow.Projections' already contains a definition for 'IProjectOn'
Build-Test: src/SourceFlow/Projections/IProjectOn.cs#L10
The namespace 'SourceFlow.Projections' already contains a definition for 'IProjectOn'