Akka.DependencyInjection doesn't create actor when can't resolve dependencies but it doesn't throw error #5727
-
Hello! I'm using the DI in the following way:
If somehow there is a Constructor parameter which isn't added to the DI container, it simply doesn't create the Actor, which is normal of course but I would expect an error or something. Am I using it wrong or is this a missing functionality of Akka.NET Akka.DependencyInjection. |
Beta Was this translation helpful? Give feedback.
Answered by
Aaronontheweb
Apr 7, 2022
Replies: 2 comments 1 reply
Answer selected by
lnodaba
-
Found out a solution for catching the error, gave an answer to the other issue: #5734 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this the same issue @lnodaba #5734 ?