dotnet / dotnet/eShop

IdentifiedCommandHandler could be issue of behaviours (pipeline)

Open
#122 1 comment 1 reaction 1 assignee Claimed by @SrushtiPasari94 View on GitHub
question
Dominant language
C#
Stars
10.9k
Forks
3.8k
Avg merge
1d 11h
Merged PRs (30d)
4

Description

IdentifiedCommandHandler called with behaviours and implementation call other command. Pipelines will run again. Specialy TransactionBehaviour could be effect. Am i wrong?

// Send the embedded business command to mediator so it runs its related CommandHandler
var result = await _mediator.Send(command, cancellationToken); //Behaviours will encapsulate second time.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.