Rename AddRequest to Add in IMediatorChain and related files #13
Annotations
4 warnings
MediatR.Chained/MediatorChain.cs#L51
Parameter 'IMediator mediator' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
MediatR.Chained/MediatorChain.cs#L51
Parameter 'List<Func<object, Task<object?>>> steps' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
MediatR.Chained/MediatorChain.cs#L51
Parameter 'IMediator mediator' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
MediatR.Chained/MediatorChain.cs#L51
Parameter 'List<Func<object, Task<object?>>> steps' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
The logs for this run have expired and are no longer available.
Loading