System.AggregateException

'Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: BaseApi.Repository.UserRepository Lifetime: Singleton ImplementationType: BaseApi.Repository.UserRepository': Unable to resolve service for type 'MongoDB.Driver.IMongoDatabase' while attempting to activate 'BaseApi.Repository.UserRepository'.)'
I'm trying to build an API with using MongoDB. Sorry for so much screenshots I just wanted to show you all my work and understand what to change and what are my mistakes. I'm kinda new at .net core
image.png
image.png
image.png
image.png
image.png
image.png
image.png
image.png
image.png
image.png
Was this page helpful?