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
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
A cyclical dependency was detected between the constructors of two services.
Activation path:
4) Injection of dependency INestedProviderManager{FilterProviderContext} into parameter filterProvider of constructor of type ReflectedActionInvokerProvider
3) Injection of dependency INestedProvider{ActionInvokerProviderContext} into parameter providers of constructor of type NestedProviderManager{ActionInvokerProviderContext}
2) Injection of dependency INestedProviderManager{ActionInvokerProviderContext} into parameter actionInvokerProvider of constructor of type ActionInvokerFactory
1) Request for IActionInvokerFactory
The text was updated successfully, but these errors were encountered:
You can workaround this issue in the meantime by manually registering INestedProviderManager<FilterProviderContext> explicitly as NestedProviderManager<FilterProviderContext>:
Steps to reproduce: Add the following code in an empty vNext (alpha4) Startup.Configure method:
This gives a 500 startup error:
The text was updated successfully, but these errors were encountered: