Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow fully qualified types to be provided in config files #109

Merged
merged 3 commits into from
Jul 19, 2018

Conversation

martin308
Copy link
Contributor

Goal

Allow specifying any kind of exception to ignore in a config file. Right now exception types outside of mscorlib will not be resolved as you cannot specify the full assembly qualified name which requires the use of a comma which we currently use as a separator.

This adds an additional method of describing ignore classes in a config file.

Looks like this was missed
This allows providing types that exist outside of mscorlib
@martin308 martin308 requested a review from a team July 18, 2018 23:19
@martin308 martin308 changed the title Martin308/ignore classes Allow fully qualified types to be provided in config files Jul 18, 2018
@martin308 martin308 merged commit 59c8762 into master Jul 19, 2018
@martin308 martin308 deleted the martin308/ignore-classes branch July 19, 2018 16:43
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.

None yet

2 participants