Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnetcore/AspectCore-Framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: dotnetcore/AspectCore-Framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 8 commits
  • 35 files changed
  • 7 contributors

Commits on Dec 30, 2022

  1. fix #279 (#295)

    * fix #279
    
    * Change AspectExceptionWrapper lifetime to Transient
    PurplestViper authored Dec 30, 2022
    Configuration menu
    Copy the full SHA
    aa00865 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Update Predicates.cs (#300)

    Without the given treatment, entities without a namespace (global), generate an error at startup when creating the ServiceProvider
    gilbertogwa authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    09df58c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    47793df View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. fix reflect constructor error when ValueTupe's elements more than 7 (#…

    …307)
    
    * fix: create instance of tuple/valuetuple exception when parameters number more than 7
    
    * fix: add valuetuple more than 7 elements unit test
    MarsonShine authored May 6, 2023
    Configuration menu
    Copy the full SHA
    b479bf3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    cddd616 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. 调整TargetFrameworks (#310)

    * Change some TargetFrameworks
    
    * 兼容.net老版本的系统包
    
    ---------
    
    Co-authored-by: Liu Haoyang <liuhaoyang1221@hotmail.com>
    nivalxer and liuhaoyang authored May 24, 2023
    Configuration menu
    Copy the full SHA
    b1a06b5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. bump autofac to 7.0.0 and fix build error (#309)

    * bump autofac to 7.0.0 and fix build error
    
    * limit autofac version
    
    ---------
    
    Co-authored-by: Liu Haoyang <liuhaoyang1221@hotmail.com>
    nivalxer and liuhaoyang authored May 25, 2023
    Configuration menu
    Copy the full SHA
    da2e2c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd5cf6 View commit details
    Browse the repository at this point in the history
Loading