release v1.0.0 #3
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'
|