I'm thinking in a DDD oriented microservice architecture as described in this article (https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/microservice-ddd-cqrs-patterns/ddd-oriented-microservice). But I'm in doubt about the data access and the entities.
Would it make sense for me to put domain entities and data access into a common project or even into a nugget? Because I think I would be rewriting the same data access multiple times for each service.