Skip to content

DryIoc resolver tracing ? #2691

Answered by dadhi
sigmarsson asked this question in General
May 18, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

DryIoc itself does discover assembies, it just loads the Types from whatever is passed to it.

Regarding Tracing it does not support it. But there are other things that may help with diagnostics. You may try to Resolve<LambdaExpression>(yourType) to examine the object graph. Or call Validate(ServiceInfo.Of<YouType1>(), ...).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dadhi
Comment options

Answer selected by sigmarsson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants