Failed Unit Tests fixed in .NET Microservices Sample Reference Application eShopOnContainers

Running the unit tests of Microsoft’s .NET Microservices Sample Reference Application eShopOnContainers, some of them failed. I’m happy I was able to contribute to the project by fixing the root cause of the failure of the tests MarketingScenarios.Set_new_user_location_and_get_location_campaign_by_user_id and IntegrationEventsScenarios.Post_update_product_price_and_catalog_and_basket_list_modified. See the corresponding issues #1403 and #1404 on GitHub for …

First Pull Request for Microsoft’s Microservices Sample Reference Application eShopOnContainers merged

Having Microsoft’s .NET Microservices Sample Reference Application eShopOnContainers started the first time on my local machine, I was not able to login. Looking at the already reported issues, I noticed that this was a known error. Also, the solution was known. Back in 2018, it was reported on GitHib that …