Closed gregrata closed 4 years ago
Looks like it's in IsSystem():
"System." is probably reasonable. Not sure about Microsoft (and it's blocking me). I'm not familiar with the code base or why that's in there - would removing it be best, or add some kind of option to allow for it?
I need to take a look at it, and I will soon.
I wrote the poor man’s fix and just removed Microsoft.
from exclusion.
If the projects AssemblyName starts with "Microsoft.", and a method is decorated with a Advice attribute, the Advise method is never called. Renaming to something else (e.g., "Microsoft2." works