Skip to content

Releases: vescon/MethodBoundaryAspect.Fody

v2.0.142

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

Major performance improvement in aspect invocations

18 Oct 19:36
Compare
Choose a tag to compare

released performance optimization after verifying performance improvement of 50x.
See #85 for more details

Pre-release for performance evaluation

18 Oct 16:21
Compare
Choose a tag to compare
Pre-release
  • implemented MethodInfoCompileTimeWeaver to fix performance issue regarding MethodBase.GetCurrentMethod() #85

v2.0.139

28 Feb 20:19
2f5db81
Compare
Choose a tag to compare
  • fix #71 Fixed the missing debugInformation

  • migrated build to github actions

  • upload symbols to symbol server and added source link

v2.0.110 Merge pull request #60 from rualmar/master

12 Feb 17:24
d6d3538
Compare
Choose a tag to compare
  • fix issue #56 : fixed debug information

v2.0: Merge pull request #59 from vescon/feature/netstandard-netcore

07 Jan 15:17
d4025ff
Compare
Choose a tag to compare
  • added support for dotnet build
  • breaking change: OnMethodBoundaryAspect Serializable attribute is removed
  • decreased version of netstandard to 1.0