eShopOnContainers
eShopOnContainers copied to clipboard
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studi...
Error NETSDK1045 The current .NET SDK does not support targeting .NET 7.0. I've got this error even with Dotnet 6 and 7 installed And net7.0 
Inject Ordering Context rather than Unit Of Work in Transaction Behavior to create Transaction in Db
Hello, I have a question about why you depend on Ordering context in Transaction Behavior To (BeginTransactionAsync) Why the transaction operation are put in ordering context ? in this case...
https://learn.microsoft.com/en-us/training/modules/microservices-aspnet-core/3-deploy-application 
I cloned the repository, opened in Visual Studio, pressed RUN and it ended with this error:  I have Visual Studio 2022 Community Edition with Node.js development package installed. Is...
- Update the k8s charts to reflect the build. - Address the issue reported in #2071 - Add an option to use istio in the k8s charts - fix signalr...
There is a link in this Wiki article that is broken: https://github.com/dotnet-architecture/eShopOnContainers/wiki/Unit-and-integration-testing#running-functionalintegration-tests The broken link is to docker compose files for integration testing here: https://github.com/dotnet-architecture/eShopOnContainers/tree/feature/orgtestprojects/test

.net8 AoT capability doesn't support Refection. Is it possible to refactor Enumeration class avoiding using Reflection?
We have deployed eShopOnContainers in AKS using public images from docker hub. post deployment, all Web status of all containers showing "Connection Refused" error as shown in below screenshot. ...