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: master
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: develop
Choose a head ref
  • 7 commits
  • 2 files changed
  • 4 contributors

Commits on Jan 5, 2025

  1. Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 (#2116)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.11.1...v17.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    36dd0f9 View commit details
    Browse the repository at this point in the history
  2. Bump nunit from 4.2.2 to 4.3.2 (#2117)

    Bumps [nunit](https://github.com/nunit/nunit) from 4.2.2 to 4.3.2.
    - [Release notes](https://github.com/nunit/nunit/releases)
    - [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
    - [Commits](nunit/nunit@4.2.2...4.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: nunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    7c76470 View commit details
    Browse the repository at this point in the history
  3. Bump Newtonsoft.Json and Newtonsoft.Json.Bson (#2118)

    Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Newtonsoft.Json.Bson](https://github.com/JamesNK/Newtonsoft.Json.Bson). These dependencies needed to be updated together.
    
    Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1
    - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
    - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1)
    
    Updates `Newtonsoft.Json.Bson` from 1.0.2 to 1.0.3
    - [Release notes](https://github.com/JamesNK/Newtonsoft.Json.Bson/releases)
    - [Commits](JamesNK/Newtonsoft.Json.Bson@1.0.2...1.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: Newtonsoft.Json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Newtonsoft.Json.Bson
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    dfd711d View commit details
    Browse the repository at this point in the history
  4. Bump MicrosoftCodeAnalysisVersion from 4.8.0 to 4.12.0 (#2115)

    * Bump MicrosoftCodeAnalysisVersion from 4.8.0 to 4.12.0
    
    Bumps `MicrosoftCodeAnalysisVersion` from 4.8.0 to 4.12.0.
    
    Updates `Microsoft.CodeAnalysis.CSharp` from 4.8.0 to 4.12.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.8.0 to 4.12.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    Updates `Microsoft.CodeAnalysis.VisualBasic.Workspaces` from 4.8.0 to 4.12.0
    - [Release notes](https://github.com/dotnet/roslyn/releases)
    - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
    - [Commits](https://github.com/dotnet/roslyn/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.CSharp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Microsoft.CodeAnalysis.VisualBasic.Workspaces
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Don't change the VS version we target
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andrew Arnott <andrewarnott@gmail.com>
    dependabot[bot] and AArnott authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    72b7d11 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

  1. Bump FluentAssertions from 6.12.0 to 7.0.0 (#2114)

    * Bump FluentAssertions from 6.12.0 to 7.0.0
    
    Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.12.0 to 7.0.0.
    - [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
    - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
    - [Commits](fluentassertions/fluentassertions@6.12.0...7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: FluentAssertions
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Rollback CodeAnalysis version bump
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Andrew Arnott <andrewarnott@gmail.com>
    dependabot[bot] and AArnott authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    8945bfe View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

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

Commits on Jan 27, 2025

  1. Merge pull request #2119 from MarcusChr/develop

    Consolidation of AssemblyBuilderAccess when generating dynamic assemblies
    neuecc authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    524fd55 View commit details
    Browse the repository at this point in the history
Loading