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: MessagePack-CSharp/MessagePack-CSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: MessagePack-CSharp/MessagePack-CSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 18 commits
  • 30 files changed
  • 6 contributors

Commits on Jan 8, 2025

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

Commits on Jan 9, 2025

  1. Merge pull request #2123 from MessagePack-CSharp/fix2121

    Add missing recursion guard to `CodeAnalysisUtilities.GetTypeParameters`
    AArnott authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    eec61d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

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

Commits on Jan 16, 2025

  1. Merge pull request #2124 from MessagePack-CSharp/remove-fluentassertions

    Remove FluentAssertions, Use Shouldly
    neuecc authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    528e6a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    2ff9ed8 View commit details
    Browse the repository at this point in the history
  2. Fix issues about Double.MaxValue

    jcguo committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    abd8543 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a28f372 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    246b2bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2135 from guojiancong/master

    Fix issues about Double.MaxValue
    AArnott authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    70214f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Merge pull request #2138 from MessagePack-CSharp/prevent-build-unity-…

    …on-fork
    
    GitHubActions, prevent run build-unity on external contributor
    neuecc authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c759cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51973d3 View commit details
    Browse the repository at this point in the history
  3. add compatible list formatter

    neuecc committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    99ad5e9 View commit details
    Browse the repository at this point in the history
  4. fix duplicate registration

    neuecc committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    bea2337 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Merge pull request #2134 from mayuki/feature/NativeAotPreserveTypeMet…

    …adata
    
    Protects the generated resolver type metadata from trimmer
    neuecc authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    5063b72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2136 from MessagePack-CSharp/more-il2cpp

    Add PreserveAttribute to generic formatters for Unity IL2CPP
    neuecc authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    c52c51d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca95d84 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2139 from MessagePack-CSharp/fix-listbyte-formatter

    Change ByteListFormatter behaviour to keep binary compatibility for List<byte>
    neuecc authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    e823ea1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9206d35 View commit details
    Browse the repository at this point in the history
Loading