eventflow / EventFlow

Async/await first CQRS+ES and DDD framework for .NET
https://geteventflow.net
Other
2.39k stars 445 forks source link

v0: Added overload of `MongoDbOptionsExtensions.ConfigureMongoDb` that passes IResolverContext through to IMongoDatabase factory delegate #1037

Closed dco123 closed 1 month ago

dco123 commented 4 months ago

We need access to the service provider in order to resolve the IMongoDatabase, seems like exposing the resolver would be the best way to do that

rasmus commented 1 month ago

I'm working on getting a GHA runner up and running for EventFlow that has Docker properly configured (Linux containers).

rasmus commented 1 month ago

Builds up and running again @dco123. Will hopefully be able to merge and release this soon