Skip to content

Bump MethodBoundaryAspect.Fody from 2.0.139 to 2.0.146#220

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 23, 2022

Bumps MethodBoundaryAspect.Fody from 2.0.139 to 2.0.146.

Release notes

Sourced from MethodBoundaryAspect.Fody's releases.

v2.0.146

  • 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

  • change supported .NET version to offical ones #98
  • copy whole debug information from original method to try fix issues in #93

v2.0.145

more strict check for aspect method signatures

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 parameters 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
  • 9d451fb Fix debug information by just using the debug scopes from original method
  • a6a3f46 Merge pull request #99 from psaxton/issue98/updates-dotnet-versions
  • 7ab24c2 Migrates netcoreapp2.1 to netcoreapp3.1
  • 184163f Migrates netstandard1.0 to netstandard2.0
  • aabb78a Migrates net452 to net462
  • d2224dc Migrates net461 to net462
  • 3608d6b more strict check for aspect method signatures
  • 5528fe3 added benchmark for weaved open generic methods
  • a21c3cc implemented support for method info caching also for open generic types
  • a7080eb don't weave the aspect in itself #70
  • Additional commits viewable 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.146.
- [Release notes](https://github.com/vescon/MethodBoundaryAspect.Fody/releases)
- [Commits](vescon/MethodBoundaryAspect.Fody@v2.0.139...v2.0.146)

---
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 Sep 23, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Nov 11, 2022

Superseded by #235.

@dependabot dependabot Bot closed this Nov 11, 2022
@dependabot dependabot Bot deleted the dependabot/nuget/MethodBoundaryAspect.Fody-2.0.146 branch November 11, 2022 17:03
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