Skip to content

release v1.0.0

release v1.0.0 #3

Triggered via push November 29, 2025 03:25
Status Failure
Total duration 46s
Artifacts

Release-CI.yml

on: push
Build-Test-Publish
41s
Build-Test-Publish
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Build-Test-Publish: src/SourceFlow/Saga/CommandSubscriber.cs#L71
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test-Publish: 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-Publish: src/SourceFlow/Saga/CommandSubscriber.cs#L42
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test-Publish: src/SourceFlow/Projections/IProjectOn.cs#L10
The namespace 'SourceFlow.Projections' already contains a definition for 'IProjectOn'
Build-Test-Publish: 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-Publish: src/SourceFlow/Impl/CommandStoreAdapter.cs#L13
'CommandStoreAdapter' does not implement interface member 'ICommandStoreAdapter.Append(ICommand)'
Build-Test-Publish: src/SourceFlow/Impl/CommandStoreAdapter.cs#L170
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test-Publish: src/SourceFlow/Impl/CommandStoreAdapter.cs#L117
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test-Publish: src/SourceFlow/Impl/CommandStoreAdapter.cs#L50
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'
Build-Test-Publish: src/SourceFlow/Impl/CommandStoreAdapter.cs#L24
'ICommand' is an ambiguous reference between 'SourceFlow.Messaging.Commands.ICommand' and 'SourceFlow.Messaging.ICommand'