Skip to content

2.6.0

Compare
Choose a tag to compare
@pamidur pamidur released this 23 Aug 08:34
· 61 commits to master since this release
ca85092

Improvements:

  • Improved types resolution and getting rid of force-referencing netstandard.dll #138
  • Proper net5 support
  • Added [SkipInjection] attribute so you can tell AspectInjector never inject into particular methods
  • Improved handling of the debug information

Fixes:

  • Attempt to fix #150 and #107 by avoiding Mono.Cecil's issue with deferred PDB reading, should speed up injection too