I\'ve been registering my dependencies to my IOC container via the program class, but it got messy. I decided to write a DI provider which provided and registered dependencies i
The base keyword does not resolve extension methods. What you want to do is:
base
this.AddSingleton<IContext, Context>();