Replies: 1 comment
-
@mykeels You may use the |
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
-
I have a controller:
When MyService is never registered, it rightly throws an UnableToResolveUnknownService exception.
However, MyService has a default constructor with empty parameters. Is there a way to get the DryIoc Container to use that when it finds no registrations for the concrete service class?
Beta Was this translation helpful? Give feedback.
All reactions