benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.76k stars 118 forks source link

Removed code that was heuristically unreachable. #91

Closed samtrion closed 4 years ago

samtrion commented 4 years ago

Both type.GetMethods(...) and methodInfo.GetCustomAttributes<>() return an empty array if nothing was found.