run-aspnetcore-realworld icon indicating copy to clipboard operation
run-aspnetcore-realworld copied to clipboard

E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered appl...

Results 3 run-aspnetcore-realworld issues
Sort by recently updated
recently updated
newest added

Dear Developer, On runing the migration, I am getting Unable to retrieve project metadata. Ensure it's an SDK-style project. If you're using a custom BaseIntermediateOutputPath or MSBuildProjectExtensionsPath values, Use the...

I have a function written in the application layer so I want to test it and test the data it gets back. But it seems the Application layer you mock...

Hi, Interesting project! Have a couple of questions concerning some choices in the project. Placing the IAppLogger interface in the Domain layer does not seem aligned with the typical responsibilities...