Skip to content

Comments

Make not found exception message more useful#11

Open
colinbate wants to merge 2 commits intoMartinF:masterfrom
colinbate:master
Open

Make not found exception message more useful#11
colinbate wants to merge 2 commits intoMartinF:masterfrom
colinbate:master

Conversation

@colinbate
Copy link

Previously if you tried to resolve a type which wasn't in the index, it would simply throw the standard Dictionary message of key not found. I eventually realized that this meant that some type wasn't registered, but I would have to navigate my entire dependency graph by hand trying to figure out what wasn't in the index.

With this change, you can determine what type it cannot find. This is certainly a help in debugging your registration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant