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: AutoMapper/AutoMapper.Extensions.ExpressionMapping
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.3
Choose a base ref
...
head repository: AutoMapper/AutoMapper.Extensions.ExpressionMapping
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 46 files changed
  • 9 contributors

Commits on Jun 28, 2022

  1. Reduce the need for custom expressions. (#144)

    Reducing the need for custom expressions in literal member maps.
    BlaiseD authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8817161 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

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

Commits on Oct 29, 2022

  1. Fixes #149 (#148)

    Co-authored-by: Stéphane Mitermite <[email protected]>
    kakone and Stéphane Mitermite authored Oct 29, 2022
    Configuration menu
    Copy the full SHA
    22a1a46 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

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

Commits on Jan 19, 2023

  1. Only dotnet test is needed (#157)

    * onmy dotnet test is needed
    
    * only dotnet test is needed
    lbargaoanu authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6524c15 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Fixes issue #158 - incorrect arguments passed to Expression.Call. (#159)

    * Fixes issue #158 - incorrect arguments passed to Expression.Call.
    
    * Mapping array constant.
    BlaiseD authored Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2768e95 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

Commits on Mar 13, 2023

  1. Added enum to int conversion for unmapped side of binary expressions (#…

    …163)
    
    * Added enum to int conversion for unmapped side of binary expressions
    
    * Enum to int conversion logic from VisitBinary to VisitConstant.
    
    * new test start
    
    * Made tests using Theory
    
    * Logic already in VisitMember solves the same problem - should be safer to reuse.
    
    ---------
    
    Co-authored-by: Erik Gjers <[email protected]>
    Co-authored-by: Erik Gjers <[email protected]>
    Co-authored-by: Blaise Taylor <[email protected]>
    4 people authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8266800 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Error in #161 fix. (#167)

    * Error in #161 fix.
    
    * Failing test
    BlaiseD authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    18c37f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

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

Commits on Feb 7, 2024

  1. Targeting .NET 6 and AutoMapper v13. (#177)

    Co-authored-by: Lionel Vallet <[email protected]>
    LionelVallet and Lionel Vallet authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    69e5e93 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on Sep 14, 2024

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

Commits on Feb 15, 2025

  1. Supporting AutoMapper v14 (#182)

    * Supporting AutoMapper v14
    BlaiseD authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    b8b4900 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

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

Commits on Jul 12, 2025

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

Commits on Jul 14, 2025

  1. Fixes Issue #185. (#186)

    BlaiseD authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    723d346 View commit details
    Browse the repository at this point in the history
Loading