It would be nice if there was the ability to ignore certain classes of object creation, for example anything inheriting Exception or EventArgs. Or if that isn't possible, then the ability to ignore names based on patterns, so I could build my own list of exclusions.
Perhaps the latter (or a combination of the two) might be preferable, as some people may wish to exclude exceptions whilst others want to exclude something that I might want to see.
It would be nice if there was the ability to ignore certain classes of object creation, for example anything inheriting
Exception
orEventArgs
. Or if that isn't possible, then the ability to ignore names based on patterns, so I could build my own list of exclusions.Perhaps the latter (or a combination of the two) might be preferable, as some people may wish to exclude exceptions whilst others want to exclude something that I might want to see.
Thanks for an interesting tool!