Releases: vescon/MethodBoundaryAspect.Fody
Releases · vescon/MethodBoundaryAspect.Fody
Fix for Visual Basic Winforms projects
- fixed Visual Basic Winforms projects issue #126
Full Changelog: v2.0.149...v2.0.150
support for netstandard 2.1
What's Changed
- updated netcore-sample-app to net7.0 and packages to latest versions by @jeffward01 in #104
- Updated benchmark version by @jeffward01 in #105
- Added benchmarks by @jeffward01 in #108
- removed obsolete logging methods by @jeffward01 in #107
- Added Regex filters for improved weaving targeting by @GeirLudvigsen in #115
- update build pipeline and nuget package by @Martinay in #116
- include netstandard 2.1 as target framework by @iandawson in #118
New Contributors
- @jeffward01 made their first contribution in #104
- @GeirLudvigsen made their first contribution in #115
- @iandawson made their first contribution in #118
Full Changelog: v2.0.148...v2.0.149
v2.0.147-pre: implemented apply filter for aspects
What's Changed
- Added Regex filters for improved weaving targeting by @GeirLudvigsen in #115
Full Changelog: v2.0.148...v2.0.149-pre
v2.0.148: Merge pull request #102 from psaxton/issue101/rollback-9d451fb
#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
v2.0.146
Try fix wrong debug information
v2.0.145
v2.0.144
use faster aspect method invocation except for open generic types
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.