Skip to content

Bump MethodBoundaryAspect.Fody from 2.0.139 to 2.0.144#165

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/MethodBoundaryAspect.Fody-2.0.144
Closed

Bump MethodBoundaryAspect.Fody from 2.0.139 to 2.0.144#165
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/MethodBoundaryAspect.Fody-2.0.144

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 21, 2021

Bumps MethodBoundaryAspect.Fody from 2.0.139 to 2.0.144.

Release notes

Sourced from MethodBoundaryAspect.Fody's releases.

v2.0.144

  • 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

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 paramters are known.

v2.0.142

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

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

Pre-release for performance evaluation

  • implemented MethodInfoCompileTimeWeaver to fix performance issue regarding MethodBase.GetCurrentMethod() #85
Commits
  • a21c3cc implemented support for method info caching also for open generic types
  • a7080eb don't weave the aspect in itself #70
  • 7c1518f skip faster aspect method invocation for open generic types
  • a801966 disabled CompileTimeMethodInfos because of test errors. Not all tests were co...
  • 4853cd5 added benchmark project
  • cd4bdcd implemented MethodInfoCompileTimeWeaver to speed up MethodBase.GetCurrentMeth...
  • 9b02f57 update status bage
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [MethodBoundaryAspect.Fody](https://github.com/vescon/MethodBoundaryAspect.Fody) from 2.0.139 to 2.0.144.
- [Release notes](https://github.com/vescon/MethodBoundaryAspect.Fody/releases)
- [Commits](vescon/MethodBoundaryAspect.Fody@v2.0.139...v2.0.144)

---
updated-dependencies:
- dependency-name: MethodBoundaryAspect.Fody
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 21, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 1, 2022

Superseded by #187.

@dependabot dependabot Bot closed this Feb 1, 2022
@dependabot dependabot Bot deleted the dependabot/nuget/MethodBoundaryAspect.Fody-2.0.144 branch February 1, 2022 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants