NetCoreMicroservicesSample icon indicating copy to clipboard operation
NetCoreMicroservicesSample copied to clipboard

Sample using micro services in .NET Core 3.1 Focusing on clean code

Results 6 NetCoreMicroservicesSample issues
Sort by recently updated
recently updated
newest added

perhaps I have not interpreted this correctly... but .... when the aggregates create a new event... is this send to rabbit to ? I have the issue that i get...

I am using the same database for event store and outbox but for some reason, tables don't get migrated. I also don't want to migrate them manually. Can anyone help...

Have you an Example for Testing the Solution with UTests? Itryed it but hangs by Mocking Database and MediatR purposes ( Rabbit also )

Hi! I really appreciate your work on this project. I would like to ask you something, how would you handle authentication in this type of architecture? Like an IdentityServer or...

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.11.2 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...

dependencies

The project is great, and I would really like to see how to implement unit, integration and e2e tests in that system. Because it's hard to find a god showcase...