Thanks to visit codestin.com
Credit goes to github.com

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: v2.6.95-alpha
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: v2.6.100-alpha
Choose a head ref
  • 15 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    94f6f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a793469 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1607 from AlanLiu90/OptimizeMemoryCopyInUnity

    Avoid copying data twice in MessagePackWriter.MemoryCopy when running…
    AArnott authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    620e41e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Bump Nerdbank.GitVersioning from 3.5.119 to 3.6.128 (#1615)

    Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.5.119 to 3.6.128.
    - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases)
    - [Commits](dotnet/Nerdbank.GitVersioning@v3.5.119...v3.6.128)
    
    ---
    updated-dependencies:
    - dependency-name: Nerdbank.GitVersioning
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    ba15c5f View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.Build.Locator from 1.4.1 to 1.5.5 (#1613)

    Bumps [Microsoft.Build.Locator](https://github.com/microsoft/MSBuildLocator) from 1.4.1 to 1.5.5.
    - [Release notes](https://github.com/microsoft/MSBuildLocator/releases)
    - [Commits](https://github.com/microsoft/MSBuildLocator/commits)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Build.Locator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    4a4841e View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.3 to 3.3.4 (#…

    …1612)
    
    Bumps [Microsoft.CodeAnalysis.PublicApiAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 3.3.3 to 3.3.4.
    - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases)
    - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/main/PostReleaseActivities.md)
    - [Commits](dotnet/roslyn-analyzers@v3.3.3...v3.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 1, 2023
    Configuration menu
    Copy the full SHA
    ce63bed View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    4cebe05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1620 from AArnott/develop

    Merge master into develop
    AArnott authored May 19, 2023
    Configuration menu
    Copy the full SHA
    3165b74 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Fix the errant package dependency in source generator package

    The source generator package was depending on the non-existant MessagePack.Analyzers.Only package.
    AArnott committed May 20, 2023
    Configuration menu
    Copy the full SHA
    390f2a4 View commit details
    Browse the repository at this point in the history
  2. Bump NUnit3TestAdapter from 4.3.1 to 4.4.2 (#1614)

    Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.3.1 to 4.4.2.
    - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
    - [Commits](nunit/nunit3-vs-adapter@V4.3.1...V4.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: NUnit3TestAdapter
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2023
    Configuration menu
    Copy the full SHA
    eb929d6 View commit details
    Browse the repository at this point in the history
  3. Bump System.Collections.Immutable from 6.0.0 to 7.0.0 (#1611)

    Bumps [System.Collections.Immutable](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v6.0.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: System.Collections.Immutable
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2023
    Configuration menu
    Copy the full SHA
    518af14 View commit details
    Browse the repository at this point in the history
  4. Fix ILookup<TKey, TElement> deserialized behavior

    The indexer was throwing when it should instead return an empty sequence.
    
    Fixes #1431
    AArnott committed May 20, 2023
    Configuration menu
    Copy the full SHA
    a51dc77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1622 from AArnott/fixStrayPackageRef

    Fix the errant package dependency in source generator package
    AArnott authored May 20, 2023
    Configuration menu
    Copy the full SHA
    522b7e5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1623 from neuecc/fix1431

    Fix `ILookup<TKey, TElement>` deserialized behavior
    AArnott authored May 20, 2023
    Configuration menu
    Copy the full SHA
    3fe09e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d74921 View commit details
    Browse the repository at this point in the history
Loading