Jin
Jin
ChatTemplate or ChatProfile is good name I guess
@Danily07 it's Vietnamese so you have to use tool like `google lens` to translate it if needed  
more 
I think problem maybe come from 3rd party libraries
I also tried to scan at the first time translumo run but no problem. I just happen after pulling model
Here is my command and event: ``` public class UpdateAllServicesDemandForDay : ExecutableCommand { public string PartNumber { get; private set; } public string OemNumber { get; private set; } public...
Our system used nancy fx to create API service I sent request to API, the API will process command: The bellow code will call api: > var t = SendCommand(cmd,...
- HttpClient is not problem, I used static `List` to re-used HttpClient - I did a stress test to send request to api server without cqrs, just send request and...
Dear @mookid8000: After investigating the cause, I saw it slow when I load aggregrate root Here is execute method: ``` csharp public override void Execute(ICommandContext context) { var root =...
Can you please explain more detail about **`snapshot`** feature, how to use it, right now we don't have document for it