Sumit Ghosh

Results 14 comments of Sumit Ghosh

Hi @GreenShadeZhang , thank you for submitting this PR. Did a quick test in local and could see following error for the WebSPA and WebMVC. Could you please check at...

Hi @dgaspar, thank you for reaching out. Like other methods in `\Services\Ordering\Ordering.Domain\AggregatesModel\OrderAggregate\Order.cs` class, `SetShippedStatus()` method also track the status using Id for e.g `OrderStatus.Shipped.Id` That's because it has already been...

Latest changes are incorporated in a separate branch `feature/enable-tye` and it's available for further testing.

Hi @stvansolano, thank you for submitting this PR. Will test and update.

> Hi @sughosneo did you get some time to check it out? Is there anything you think it would be needed? Hi @stvansolano , thanks for your follow up. Sorry...

Hi @mcuzmenco, thank you for reaching out. Yes, your understanding is correct. The transaction should only rollback when it's failed to commit the changes. Could you please provide some more...

Hi @mcuzmenco, I could think of the following possible reasons because of which you may see above error message. - DB Connection closed/lost for any reason (either through connection close...

> Hi @nishanil, @sughosneo > > Long time no see 😉 > > Could take a look at this PR? > > * Enables https all over for docker-compose >...

> BTW, I forgot to mention that the start procedure changes a bit, because there's the `src/docker-compose.certificates.yml` file with the certificate password, that I opted to keep apart and .gitignore'd...

> Thanks for the info @sughosneo, > > It should work as long as you: > > 1. Assign a DNS name to the AKS load balancer IP > 2....