This is using asp.net core with identity and entity framework core. I working on a saas application where I have a separate admin web app where you can add new tenants to t
I would think you should have at least the UserStore:
UserStore _userStore = new UserStore(context, null); Mock>> mockLogger = null; mockLogger = new Mock>>();
I mocked the logger.