jonsequitur / Its.Log

Get information out of your code at runtime to send it to log files, perf counters, consoles, services, sensors. Maximum flexibility and maintainability, minimum code.
Other
13 stars 10 forks source link

Improve DiagnosticSensor Discovery robustness #6

Closed nathanboktae closed 9 years ago

nathanboktae commented 9 years ago

Improve DiagnosticSensor Discovery to load assemblies individually and handle more exceptions, including during GetExports(). I was seeing TypeLoadException thrown to security issues of assemblies, and since IIS can just add junk to your AppDomain, this needs to be handled better.