Skip to content

Releases: vescon/MethodBoundaryAspect.Fody

support for netstandard 2.1

09 Jul 19:20
2410287
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.148...v2.0.149

v2.0.147-pre: implemented apply filter for aspects

04 May 20:18
74ad20e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.148...v2.0.149-pre

v2.0.148: Merge pull request #102 from psaxton/issue101/rollback-9d451fb

07 Nov 14:36
f22cc0b
Compare
Choose a tag to compare

#101 Unable to set debug breakpoint in methods with sequence points
Revert "Fix debug information by just using the debug scopes from original method".

v2.0.147-pre

05 Oct 06:49
Compare
Choose a tag to compare
v2.0.147-pre Pre-release
Pre-release
  • Fix for InvalidProgramException errors when using async methods #100 #66 #97

v2.0.146: Fix debug information by just using the debug scopes from original me…

23 Sep 11:27
Compare
Choose a tag to compare
  • change supported .NET version to offical ones #98
  • copy whole debug information from original method to try fix issues in #93

Try fix wrong debug information

21 Sep 09:05
Compare
Choose a tag to compare
Pre-release
  • change supported .NET version to offical ones #98
  • copy whole debug information from original method to try fix issues in #93

v2.0.145

31 Jan 22:23
Compare
Choose a tag to compare

more strict check for aspect method signatures

v2.0.144

20 Oct 22:20
Compare
Choose a tag to compare
  • don't weave the aspect in itself #70
  • implemented support for method info caching also for open generic types #85

use faster aspect method invocation except for open generic types

18 Oct 22:50
Compare
Choose a tag to compare

skip faster aspect method invocation for open generic types because the current implementation can't determine the correct method info token because it would have to be extracted from the call site. Only at the call site the generic parameters are known.

v2.0.142: disabled CompileTimeMethodInfos because of test errors. Not all tests…

18 Oct 20:38
Compare
Choose a tag to compare

temp disable of CompileTimeMethodInfos.
some tests weren't covered with optimization and there are some open errors. Need to investigate first