You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works perfectly when that class library is finally being used in a asp mvc project. But say I have an executable which is used in a schedule job that periodically checks some thing in database and sends out emails.. This is not working.
DI is throwing lot of errors as it is not able to load some dependencies which are only available in Http Context.