Skip to content

Bump MethodBoundaryAspect.Fody from 2.0.139 to 2.0.148#235

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 11, 2022

Bumps MethodBoundaryAspect.Fody from 2.0.139 to 2.0.148.

Release notes

Sourced from MethodBoundaryAspect.Fody's releases.

v2.0.148

#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

  • Fix for InvalidProgramException errors when using async methods #100 #66 #97

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
  • f22cc0b Merge pull request #102 from psaxton/issue101/rollback-9d451fb
  • 1c43627 Revert "Fix debug information by just using the debug scopes from original me...
  • 9c98e0f run runtime tests in build pipeline
  • 1cb1c70 Merge pull request #100 from psaxton/issue66/invalid-program-exception
  • 2ee5178 Fixes InvalidProgramException errors.
  • ce824e3 Adds tests proving try-catch block errors.
  • 91482ee Adds tests proving try-catch InvalidProgramException defect
  • 0ec0b1c Removes try-catch InvalidProgramException tests
  • ea7060e Fixes if block defect conditions
  • cc401e7 Creates failing tests for method patterns that cause InvalidProgramExceptions...
  • 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.148.
- [Release notes](https://github.com/vescon/MethodBoundaryAspect.Fody/releases)
- [Commits](vescon/MethodBoundaryAspect.Fody@v2.0.139...v2.0.148)

---
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 Nov 11, 2022
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