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
The InvocationContext should not expose (nor contain) a reference to the a ServiceProvider. This invites to code the ServiceLocator anti-pattern. First lets make it private, and in the future remove the reference completely once we have removed all calls to GetApiService.