Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MessagePack update #2

Merged
merged 259 commits into from
Aug 22, 2022
Merged

MessagePack update #2

merged 259 commits into from
Aug 22, 2022

Conversation

gllebede
Copy link

MessagePack updated to the latest version that has Unity compatibility fixes.

pCYSl5EDgo and others added 30 commits October 27, 2020 20:28
…rp#1091

commit 5fbf110
Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>
Date:   Mon Oct 26 18:12:45 2020 +0900

    make BuildDeserialize easy to understand

commit 292badc
Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>
Date:   Mon Oct 26 13:47:48 2020 +0900

    Update: Rename LocalField -> LocalVariable

commit 007e338
Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>
Date:   Mon Oct 26 13:12:38 2020 +0900

    Add test code for setter call after explicit constructor

commit 5181801
Merge: 5948fc0 5a6cda6
Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>
Date:   Mon Oct 26 12:59:36 2020 +0900

    Merge branch 'develop' of https://github.com/neuecc/MessagePack-CSharp into solution#1085-Dynamic

commit 5948fc0
Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>
Date:   Sun Oct 25 21:18:12 2020 +0900

    Add tests

commit 96aaa6a
Author: pCYSl5EDgo <pCYSl5EDgo@yahoo.co.jp>
Date:   Sun Oct 25 20:25:44 2020 +0900

    Update: DynamicObjectResolver
Stop initializing members to their default values when deserializing where no data was provided for that member
Update not supported target framework.
Remove VSIX and use dotnet build in AzP
And define FormatterNameWithoutNameSpace
Issue with metgod WithPool was fixed;
MPC: Unify Formatter Name between int-key and string-key
Way to set custom array pool was added.
Target .NET Core 3.1 and 5.0 SDKs in mpc tool
For this to work, since we now expose public API uniquely per framework, I had to split the PublicAPI files per framework as well.
Add System.Half support for .NET 5.0
…Sharp#1125)

* Refactoring enable nullable

* Relax nullable

* refactor:  is IArrayTypeSymbol pattern match

* Typo: NameSpace -> Namespace

* Typo: INameSpaceInfo -> INamespaceInfo

* Fix: INamespaceInfo
AArnott and others added 19 commits June 23, 2022 11:32
Allocating 1MB buffers contribute to the large object heap and should be avoidable for applications that it is a problem for.
Add StringInterningFormatter.cs.meta for Unity
Add option to avoid large buffer allocations
…e/skip_properties_with_MessagePackFormatterAttribute

Skip type collection if property has MessagePackFormatterAttribute
This has evidently been broken since I regressed it in 5c0220e.
Fix for "System.NotImplementedException: byref delegate" (second attempt)
…ftests

Add non-generic serialize/deserialize perf tests
There was a bug, which produced "System.OverflowException: Arithmetic operation resulted in an overflow".
Fix OverflowException in SafeBitConverter.ToInt64
@dnfgituser
Copy link

dnfgituser commented Aug 17, 2022

CLA assistant check
All CLA requirements met.

@dougbu dougbu merged commit fe9fa08 into aspnet:master Aug 22, 2022
TanayParikh added a commit to dotnet/aspnetcore that referenced this pull request Aug 22, 2022
6caf2996c82d2b91528fad41e9c78e09770e73d4 -> fe9fa0834d18492eb229ff2923024af2c87553f8

aspnet/MessagePack-CSharp#2
TanayParikh added a commit to dotnet/aspnetcore that referenced this pull request Aug 22, 2022
6caf2996c82d2b91528fad41e9c78e09770e73d4 -> fe9fa0834d18492eb229ff2923024af2c87553f8

aspnet/MessagePack-CSharp#2
TanayParikh added a commit to dotnet/aspnetcore that referenced this pull request Aug 22, 2022
6caf2996c82d2b91528fad41e9c78e09770e73d4 -> fe9fa0834d18492eb229ff2923024af2c87553f8

aspnet/MessagePack-CSharp#2

Backport #43474
wtgodbe pushed a commit to dotnet/aspnetcore that referenced this pull request Aug 23, 2022
6caf2996c82d2b91528fad41e9c78e09770e73d4 -> fe9fa0834d18492eb229ff2923024af2c87553f8

aspnet/MessagePack-CSharp#2

Backport #43474
TanayParikh added a commit to dotnet/aspnetcore that referenced this pull request Aug 23, 2022
6caf2996c82d2b91528fad41e9c78e09770e73d4 -> fe9fa0834d18492eb229ff2923024af2c87553f8

aspnet/MessagePack-CSharp#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.