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

Microservices on .Net platforms which used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, D...

Results 45 run-aspnetcore-microservices issues
Sort by recently updated
recently updated
newest added

I suggest removing the "event-sourcing" tag from the project as it does not exemplify this. The persistence mechanism present in the project is the Relational paradigm.

Creating Notification Handler for sending email instead of do it inside command handler

Following the README file, everything works fine, but the main services like catalog, ordering, basket, etc., didn't worked due to HTTPS config exception. `Exception:` System.InvalidOperationException: Unable to configure HTTPS endpoint....

Here is the error: Step 8/17 : RUN dotnet restore "Services/Catalog/Catalog.API/Catalog.API.csproj" ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (windows/amd64) and no specific platform...

trust auth method on posgress to avoid password issues on macs in latest docker

In order to not change the scope of the project, I added a small change of maximum size to the frontend zipcode input. I added this item because it doesn't...

When a zipcode has a size greater than 5, a section occurs in the order api and the message becomes stagnant in RabbitMQ.

use mapper in create product for less and cleaner code structure extract functions in AuditableEntityIntercepterceptor into smaller functions reduce nesting in seed db

When trying to run the solution with docker compose from the root folder, via the following command ``` docker-compose -f src/docker-compose.yml -f src/docker-compose.override.yml up -d ``` I am getting the...