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 35 run-aspnetcore-microservices issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/46897552/136722647-6affa555-8f24-4c80-8087-06942bd7b54e.png) Just pulled all the file and run the docker compose. But can't connect with any API... It says 404, any idea?

This error message is all I kept getting when running the following command: Command => docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d Error Message => _“Error response from daemon: Get...

https://github.com/aspnetrun/run-aspnetcore-microservices/blob/83d1fd88f8934f06c4a214295950640b1cc744cc/src/Services/Ordering/Ordering.Infrastructure/InfrastructureServiceRegistration.cs#L23 Problem registering an email service

Update Action return Coupon object while Repo return bool ![image](https://user-images.githubusercontent.com/1147445/123589991-b691d480-d7f2-11eb-8ebf-bd69806603db.png)

Hi pro, Can you support deploy to host windows server 2016? Step by step deploy!

Even we are using topic exchange model which is pub/sub pattern implementation. It seems fanout on RabbitMQ when send basketcheckout event to queue in the RabbitMQ Dashboard. Need to investigate...

I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ? https://github.com/aspnetrun/run-aspnetcore-microservices/blob/c30712aa099bc335f5613a3b196ea1e943f800a5/src/Services/Catalog/Catalog.API/Controllers/CatalogController.cs#L85

good first issue

I am trying last 3 days sql server database connectivity not work compose file below orderdb: container_name: orderdb environment: SA_PASSWORD: "SwN12345678" ACCEPT_EULA: "Y" restart: always ports: - "1433:1433" ordering.api: container_name:...

Hello. I'm here to tell you the ocelot.json configuration is wrong by this Docker and docker-compose files. Your host and Ports are using the Docker internal network but I didn't...