IActionDescriptorCollectionProvider not registered when I use dotnet run but present in VisualStudio Debug (F5) #57948
Unanswered
jdevillard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've got an issue about using
IActionDescriptorCollectionProvider
injection.When I use the Visual Studio solution and the F5 debugger, the service
DefaultActionDescriptorCollectionProvider
is available but when I run the project using dotnet run , the service is not registered.I've seen that 7 services are registered when I use F5 :
DefaultActionDescriptorCollectionProvider is internal and I can't register this service.
Why there is a difference between F5 and dotnet run (I can understand for HotReloadService but not other service) and is anyone know how can I register this service?
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions