𝕭𝖔𝖙𝖙𝖑𝖊_𝕭𝖆𝖗𝖔𝖓
Trying to scaffold a controller for ASP .NET api using MongoDB but get this message
I managed to scaffold the controller by bypassing the mongoDB registration to the apps builderServices using temporary InMemory db.
However I am now faced with another issue. Since the mongo database won't register to the app, the endpoints do not show up in the Swagger UI.
What are my options from here?
This is what the context looks like.
5 replies