-
-
Notifications
You must be signed in to change notification settings - Fork 744
Comparing changes
Open a pull request
base repository: MessagePack-CSharp/MessagePack-CSharp
base: v2.6.95-alpha
head repository: MessagePack-CSharp/MessagePack-CSharp
compare: v2.6.100-alpha
- 15 commits
- 6 files changed
- 4 contributors
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 94f6f92 - Browse repository at this point
Copy the full SHA 94f6f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for a793469 - Browse repository at this point
Copy the full SHA a793469View commit details -
Merge pull request #1607 from AlanLiu90/OptimizeMemoryCopyInUnity
Avoid copying data twice in MessagePackWriter.MemoryCopy when running…
Configuration menu - View commit details
-
Copy full SHA for 620e41e - Browse repository at this point
Copy the full SHA 620e41eView commit details
Commits on May 1, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for ba15c5f - Browse repository at this point
Copy the full SHA ba15c5fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4a4841e - Browse repository at this point
Copy the full SHA 4a4841eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ce63bed - Browse repository at this point
Copy the full SHA ce63bedView commit details
Commits on May 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4cebe05 - Browse repository at this point
Copy the full SHA 4cebe05View commit details -
Merge pull request #1620 from AArnott/develop
Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 3165b74 - Browse repository at this point
Copy the full SHA 3165b74View commit details
Commits on May 20, 2023
-
Fix the errant package dependency in source generator package
The source generator package was depending on the non-existant MessagePack.Analyzers.Only package.
Configuration menu - View commit details
-
Copy full SHA for 390f2a4 - Browse repository at this point
Copy the full SHA 390f2a4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for eb929d6 - Browse repository at this point
Copy the full SHA eb929d6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 518af14 - Browse repository at this point
Copy the full SHA 518af14View commit details -
Fix
ILookup<TKey, TElement>
deserialized behaviorThe indexer was throwing when it should instead return an empty sequence. Fixes #1431
Configuration menu - View commit details
-
Copy full SHA for a51dc77 - Browse repository at this point
Copy the full SHA a51dc77View commit details -
Merge pull request #1622 from AArnott/fixStrayPackageRef
Fix the errant package dependency in source generator package
Configuration menu - View commit details
-
Copy full SHA for 522b7e5 - Browse repository at this point
Copy the full SHA 522b7e5View commit details -
Merge pull request #1623 from neuecc/fix1431
Fix `ILookup<TKey, TElement>` deserialized behavior
Configuration menu - View commit details
-
Copy full SHA for 3fe09e1 - Browse repository at this point
Copy the full SHA 3fe09e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d74921 - Browse repository at this point
Copy the full SHA 6d74921View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.6.95-alpha...v2.6.100-alpha