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: LuckyPennySoftware/AutoMapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.1.0
Choose a base ref
...
head repository: LuckyPennySoftware/AutoMapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.1.1
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    8c49f38 View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    jbogard committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    6354655 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24aa419 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4613 from LuckyPennySoftware/4612-automapper-1600…

    …-web-deploy-sometimes-fails-with-locked-automapperdll
    
    Better async handling of license validation; fixes #4612
    jbogard authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    51081e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Including test reports

    jbogard committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    36dce56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2895e93 View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/ci.yml

    Co-authored-by: Copilot <[email protected]>
    jbogard and Copilot authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    238f487 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Copilot <[email protected]>
    jbogard and Copilot authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    e380077 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4615 from LuckyPennySoftware/builds

    More artifacts for builds (test results and SBOM)
    jbogard authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    c343d02 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Fix GHSA-rvv3-g6hj-g44x: apply default MaxDepth of 64 for self-refere…

    …ntial types
    
    When CheckForCycles auto-enables PreserveReferences for a self-referential
    reference type, also set MaxDepth=64 (matching System.Text.Json/Newtonsoft.Json
    defaults) if no explicit limit is configured. This prevents a StackOverflowException
    DoS when mapping deeply nested distinct object graphs.
    
    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    jbogard and claude committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    0afaf1e View commit details
    Browse the repository at this point in the history
  2. Merge commit from fork

    Fix GHSA-rvv3-g6hj-g44x: apply default MaxDepth of 64 for self-refere…
    jbogard authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    34eb913 View commit details
    Browse the repository at this point in the history
  3. Update Microsoft.Sbom.DotNetTool from 1.2.0 to 4.1.5

    Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
    jbogard and claude committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    a64a623 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4616 from LuckyPennySoftware/update-sbom-tool

    Update Microsoft.Sbom.DotNetTool to 4.1.5
    jbogard authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    7aea808 View commit details
    Browse the repository at this point in the history
Loading