-
Notifications
You must be signed in to change notification settings - Fork 17
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
Commits on Oct 27, 2020
-
Partial solution of MessagePack-CSharp#1085: Dynamic MessagePack-CSha…
…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
Configuration menu - View commit details
-
Copy full SHA for 9b6882b - Browse repository at this point
Copy the full SHA 9b6882bView commit details
Commits on Nov 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4886309 - Browse repository at this point
Copy the full SHA 4886309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8133a - Browse repository at this point
Copy the full SHA 1b8133aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba463e6 - Browse repository at this point
Copy the full SHA ba463e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851e392 - Browse repository at this point
Copy the full SHA 851e392View commit details -
Merge pull request MessagePack-CSharp#1095 from pCYSl5EDgo/solution#1085
Stop initializing members to their default values when deserializing where no data was provided for that member
Configuration menu - View commit details
-
Copy full SHA for 07615dd - Browse repository at this point
Copy the full SHA 07615ddView commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for af2d4b3 - Browse repository at this point
Copy the full SHA af2d4b3View commit details -
Merge pull request MessagePack-CSharp#1113 from pCYSl5EDgo/SG
Update not supported target framework.
Configuration menu - View commit details
-
Copy full SHA for ca5ccdb - Browse repository at this point
Copy the full SHA ca5ccdbView commit details
Commits on Nov 13, 2020
-
Merge pull request MessagePack-CSharp#1119 from neuecc/master
Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 0d1b60b - Browse repository at this point
Copy the full SHA 0d1b60bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e719ff - Browse repository at this point
Copy the full SHA 9e719ffView commit details -
Merge pull request MessagePack-CSharp#1120 from AArnott/removeVsix
Remove VSIX and use dotnet build in AzP
Configuration menu - View commit details
-
Copy full SHA for bc4e38f - Browse repository at this point
Copy the full SHA bc4e38fView commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ca9abc - Browse repository at this point
Copy the full SHA 9ca9abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b539b7b - Browse repository at this point
Copy the full SHA b539b7bView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7de6921 - Browse repository at this point
Copy the full SHA 7de6921View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7b434 - Browse repository at this point
Copy the full SHA cd7b434View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc07ead - Browse repository at this point
Copy the full SHA cc07eadView commit details
Commits on Nov 18, 2020
-
Issue with mutable static was fixed;
Issue with metgod WithPool was fixed;
Configuration menu - View commit details
-
Copy full SHA for 081056f - Browse repository at this point
Copy the full SHA 081056fView commit details
Commits on Nov 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cf55ca9 - Browse repository at this point
Copy the full SHA cf55ca9View commit details -
Merge pull request MessagePack-CSharp#1123 from pCYSl5EDgo/FormatterName
MPC: Unify Formatter Name between int-key and string-key
Configuration menu - View commit details
-
Copy full SHA for e3db213 - Browse repository at this point
Copy the full SHA e3db213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e29bce - Browse repository at this point
Copy the full SHA 5e29bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1caa774 - Browse repository at this point
Copy the full SHA 1caa774View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146d675 - Browse repository at this point
Copy the full SHA 146d675View commit details -
Merge pull request MessagePack-CSharp#1122 from Nirklav/develop
Way to set custom array pool was added.
Configuration menu - View commit details
-
Copy full SHA for 604de7c - Browse repository at this point
Copy the full SHA 604de7cView commit details -
Merge pull request MessagePack-CSharp#1124 from pCYSl5EDgo/Multi
Target .NET Core 3.1 and 5.0 SDKs in mpc tool
Configuration menu - View commit details
-
Copy full SHA for e03abbb - Browse repository at this point
Copy the full SHA e03abbbView commit details -
Fix up PublicAPI for net5.0 unique type
For this to work, since we now expose public API uniquely per framework, I had to split the PublicAPI files per framework as well.
Configuration menu - View commit details
-
Copy full SHA for 071d17c - Browse repository at this point
Copy the full SHA 071d17cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 583ebb8 - Browse repository at this point
Copy the full SHA 583ebb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97b014e - Browse repository at this point
Copy the full SHA 97b014eView commit details -
Merge pull request MessagePack-CSharp#1108 from neuecc/half
Add System.Half support for .NET 5.0
Configuration menu - View commit details
-
Copy full SHA for 7efe772 - Browse repository at this point
Copy the full SHA 7efe772View commit details
Commits on Nov 20, 2020
-
MPC: nullable enable and update language version to 9. (MessagePack-C…
…Sharp#1125) * Refactoring enable nullable * Relax nullable * refactor: is IArrayTypeSymbol pattern match * Typo: NameSpace -> Namespace * Typo: INameSpaceInfo -> INamespaceInfo * Fix: INamespaceInfo
Configuration menu - View commit details
-
Copy full SHA for 010ed71 - Browse repository at this point
Copy the full SHA 010ed71View commit details
Commits on Nov 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1ff4ac6 - Browse repository at this point
Copy the full SHA 1ff4ac6View commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d87428d - Browse repository at this point
Copy the full SHA d87428dView commit details -
Add test for generic class containing property with
init
setterRepro for failure as reported in MessagePack-CSharp#1134
Configuration menu - View commit details
-
Copy full SHA for 908ac7b - Browse repository at this point
Copy the full SHA 908ac7bView commit details -
Merge pull request MessagePack-CSharp#1135 from AArnott/stylecop
Update StyleCop.Analyzers to support C# 9 syntax
Configuration menu - View commit details
-
Copy full SHA for 4d36888 - Browse repository at this point
Copy the full SHA 4d36888View commit details -
Merge pull request MessagePack-CSharp#1136 from AArnott/records
Add tests for C# 9 records
Configuration menu - View commit details
-
Copy full SHA for 15b2ab6 - Browse repository at this point
Copy the full SHA 15b2ab6View commit details
Commits on Nov 25, 2020
-
Avoid
MissingMethodException
on generic classes withinit
propert……y setters Fixes MessagePack-CSharp#1134 as much as we can while .NET has the underlying bug. When .NET 6 ships with the fix, we can add a .NET 6 target that re-allows setting `init` property setters from the `DynamicObjectResolver`.
Configuration menu - View commit details
-
Copy full SHA for 1076aff - Browse repository at this point
Copy the full SHA 1076affView commit details
Commits on Dec 1, 2020
-
Change namespace of BenchmarkProgram to Benchmark
Matches the namespace of the other classes in the project
Configuration menu - View commit details
-
Copy full SHA for 7a4e983 - Browse repository at this point
Copy the full SHA 7a4e983View commit details -
Configuration menu - View commit details
-
Copy full SHA for e67f88f - Browse repository at this point
Copy the full SHA e67f88fView commit details -
Change use readable size conversion from BenchmarkDotNet
Introduced in 0.12.1, therefore an update to the new version was necessary
Configuration menu - View commit details
-
Copy full SHA for c51e969 - Browse repository at this point
Copy the full SHA c51e969View commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 66f1d7f - Browse repository at this point
Copy the full SHA 66f1d7fView commit details
Commits on Dec 5, 2020
-
Merge pull request MessagePack-CSharp#1144 from JohannesDeml/benchmar…
…k-cleanup Benchmark cleanup
Configuration menu - View commit details
-
Copy full SHA for 0bd93df - Browse repository at this point
Copy the full SHA 0bd93dfView commit details
Commits on Dec 8, 2020
-
Add ToString to all serializers
This way they will be named with ToString in the benchmarkdotnet generated tables
Configuration menu - View commit details
-
Copy full SHA for 7db2ed6 - Browse repository at this point
Copy the full SHA 7db2ed6View commit details -
Change add namespaces and make naming consistent with their file names
Rename of ProtobufSerializer to ProtobufNetSerializer and BinaryFormatter to BinaryFormatterSerializer to have more consistency.
Configuration menu - View commit details
-
Copy full SHA for 25fe3f9 - Browse repository at this point
Copy the full SHA 25fe3f9View commit details
Commits on Dec 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cc09f3c - Browse repository at this point
Copy the full SHA cc09f3cView commit details
Commits on Dec 20, 2020
-
Merge pull request MessagePack-CSharp#1149 from JohannesDeml/benchmar…
…kSerializerNaming Benchmark serializer naming
Configuration menu - View commit details
-
Copy full SHA for 78c29b3 - Browse repository at this point
Copy the full SHA 78c29b3View commit details
Commits on Dec 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6240389 - Browse repository at this point
Copy the full SHA 6240389View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1f54f - Browse repository at this point
Copy the full SHA ba1f54fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edc912 - Browse repository at this point
Copy the full SHA 0edc912View commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2efd330 - Browse repository at this point
Copy the full SHA 2efd330View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad90a59 - Browse repository at this point
Copy the full SHA ad90a59View commit details
Commits on Jan 2, 2021
-
Merge pull request MessagePack-CSharp#1156 from AArnott/docCtorPlusSe…
…tter_v2.3 Adapt `CtorParameterAndPropertySetterExists` test for v2.3 behavior
Configuration menu - View commit details
-
Copy full SHA for 4ca7e42 - Browse repository at this point
Copy the full SHA 4ca7e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad47318 - Browse repository at this point
Copy the full SHA ad47318View commit details
Commits on Jan 29, 2021
-
Merge pull request MessagePack-CSharp#1137 from AArnott/fix1134
Avoid `MissingMethodException` on generic classes with `init` property setters
Configuration menu - View commit details
-
Copy full SHA for 2ec0f13 - Browse repository at this point
Copy the full SHA 2ec0f13View commit details
Commits on Jan 31, 2021
-
Merge pull request MessagePack-CSharp#1178 from neuecc/master
Merge master to develop
Configuration menu - View commit details
-
Copy full SHA for b5a757d - Browse repository at this point
Copy the full SHA b5a757dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e869d9 - Browse repository at this point
Copy the full SHA 8e869d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a4b43 - Browse repository at this point
Copy the full SHA 42a4b43View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b9e9b60 - Browse repository at this point
Copy the full SHA b9e9b60View commit details -
Merge pull request MessagePack-CSharp#1186 from AArnott/spanBuiltinFix
Define SPAN_BUILTIN for net5.0
Configuration menu - View commit details
-
Copy full SHA for de6a6d3 - Browse repository at this point
Copy the full SHA de6a6d3View commit details
Commits on Feb 16, 2021
-
Enable serialization IEnumerable<T> and IReadOnlyDictionary<T> descen…
…dants that have constructor with relevant collection
Configuration menu - View commit details
-
Copy full SHA for 5819382 - Browse repository at this point
Copy the full SHA 5819382View commit details
Commits on Feb 18, 2021
-
Merge pull request MessagePack-CSharp#1179 from hankovich/develop
Implement MessagePack-CSharp#1176 (AspNetCore.Mvc.Formatters Improvements)
Configuration menu - View commit details
-
Copy full SHA for 5659e42 - Browse repository at this point
Copy the full SHA 5659e42View commit details
Commits on Feb 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bd0c26a - Browse repository at this point
Copy the full SHA bd0c26aView commit details
Commits on Feb 24, 2021
-
rename TempProject -> TempTargetProject in GeneratorTest
g.shinohara committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for e2beaad - Browse repository at this point
Copy the full SHA e2beaadView commit details -
Add TempReferencedProject in GeneratorTest
g.shinohara committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for b75bdd2 - Browse repository at this point
Copy the full SHA b75bdd2View commit details -
add Test for MessagePack-CSharp#1111 GenericType referenced in project
g.shinohara committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for e4a7acb - Browse repository at this point
Copy the full SHA e4a7acbView commit details -
Fix MessagePack-CSharp#1111 GenericType referenced in project
g.shinohara committedFeb 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 29d7449 - Browse repository at this point
Copy the full SHA 29d7449View commit details
Commits on Feb 25, 2021
-
g.shinohara committed
Feb 25, 2021 Configuration menu - View commit details
-
Copy full SHA for c5cffb7 - Browse repository at this point
Copy the full SHA c5cffb7View commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6f42a86 - Browse repository at this point
Copy the full SHA 6f42a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b5fd07 - Browse repository at this point
Copy the full SHA 3b5fd07View commit details -
Make cctor defer Reflection that fails in AOT
This makes it possible that the reflection is never called. In AOT environments where it may still be called (just later) then this too can be avoided in the app by overriding the `MessagePackSecurity.GetHashCollisionResistantEqualityComparer` method and implementing it such that when `T` is `object` it can do something other than invoking the reflection-invoking `ObjectFallbackEqualityComparer` class. Fixes MessagePack-CSharp#1168
Configuration menu - View commit details
-
Copy full SHA for 95326ac - Browse repository at this point
Copy the full SHA 95326acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 968797b - Browse repository at this point
Copy the full SHA 968797bView commit details -
Merge pull request MessagePack-CSharp#1204 from AArnott/develop
Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for a2cf871 - Browse repository at this point
Copy the full SHA a2cf871View commit details -
Merge pull request MessagePack-CSharp#1205 from AArnott/publicApiAnal…
…yzersUpdate Update PublicAPI analyzers
Configuration menu - View commit details
-
Copy full SHA for a6f2de9 - Browse repository at this point
Copy the full SHA a6f2de9View commit details
Commits on Mar 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a541c3a - Browse repository at this point
Copy the full SHA a541c3aView commit details
Commits on Mar 16, 2021
-
Add ReadArrayHeaderAsync() and ReadMapHeaderAsync() to MessagePackStr…
…eamReader Add the two function which only reads the respective headers. This allows for custom streaming of the items within the containers, instead of e.g. ReadArrayAsync() which completely reads each item into memory.
Configuration menu - View commit details
-
Copy full SHA for 7226ee9 - Browse repository at this point
Copy the full SHA 7226ee9View commit details -
Add ReadArrayHeaderAsync and ReadMapHeaderAsync to PublicAPI
To make CI pass check
Configuration menu - View commit details
-
Copy full SHA for 454ec5e - Browse repository at this point
Copy the full SHA 454ec5eView commit details
Commits on Mar 18, 2021
-
Merge pull request MessagePack-CSharp#1202 from AArnott/fix1168
Make cctor defer Reflection that fails in AOT
Configuration menu - View commit details
-
Copy full SHA for 13c299a - Browse repository at this point
Copy the full SHA 13c299aView commit details
Commits on Mar 19, 2021
-
Merge pull request MessagePack-CSharp#1203 from AArnott/fix1190
Remove assembly version info from generic type arguments
Configuration menu - View commit details
-
Copy full SHA for cd0bfa0 - Browse repository at this point
Copy the full SHA cd0bfa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a681d2c - Browse repository at this point
Copy the full SHA a681d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b07d0d1 - Browse repository at this point
Copy the full SHA b07d0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 580b988 - Browse repository at this point
Copy the full SHA 580b988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f977b5 - Browse repository at this point
Copy the full SHA 2f977b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8920a17 - Browse repository at this point
Copy the full SHA 8920a17View commit details -
Merge pull request MessagePack-CSharp#1213 from rmja/stream-reader-he…
…aders Add ReadArrayHeaderAsync() and ReadMapHeaderAsync() to MessagePackStr…
Configuration menu - View commit details
-
Copy full SHA for 62155ee - Browse repository at this point
Copy the full SHA 62155eeView commit details
Commits on Mar 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 152d57f - Browse repository at this point
Copy the full SHA 152d57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b2846 - Browse repository at this point
Copy the full SHA a6b2846View commit details -
Merge pull request MessagePack-CSharp#1215 from AArnott/fix1195
Add `prepare_release.ps1` script
Configuration menu - View commit details
-
Copy full SHA for 9f897b3 - Browse repository at this point
Copy the full SHA 9f897b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca7fc2 - Browse repository at this point
Copy the full SHA 8ca7fc2View commit details
Commits on Mar 21, 2021
-
Merge pull request MessagePack-CSharp#1192 from gsino/fix_mpc_ignore_…
…generic_type_defined_in_out_side_target Fix mpc ignore generic type defined in out side target
Configuration menu - View commit details
-
Copy full SHA for ffc1831 - Browse repository at this point
Copy the full SHA ffc1831View commit details
Commits on Mar 22, 2021
-
Fix for possible incorrect constructor search. Allow serialization ID…
…ictionary<> descendants
Configuration menu - View commit details
-
Copy full SHA for 2e6fd46 - Browse repository at this point
Copy the full SHA 2e6fd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 048f743 - Browse repository at this point
Copy the full SHA 048f743View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e5bf9 - Browse repository at this point
Copy the full SHA f5e5bf9View commit details
Commits on Apr 5, 2021
-
Bump Microsoft.AspNetCore.Mvc.Abstractions
Bumps Microsoft.AspNetCore.Mvc.Abstractions from 1.1.2 to 1.1.3. Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6334928 - Browse repository at this point
Copy the full SHA 6334928View commit details
Commits on Apr 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1e337a2 - Browse repository at this point
Copy the full SHA 1e337a2View commit details -
Merge pull request MessagePack-CSharp#1223 from kyubuns/fix_readme_ab…
…out_mpc Fix readme about mpc
Configuration menu - View commit details
-
Copy full SHA for ff4ce58 - Browse repository at this point
Copy the full SHA ff4ce58View commit details
Commits on Apr 17, 2021
-
Merge pull request MessagePack-CSharp#1225 from neuecc/master
Merge v2.2 into v2.3
Configuration menu - View commit details
-
Copy full SHA for 27230c7 - Browse repository at this point
Copy the full SHA 27230c7View commit details -
This also gives us a new preprocessor symbol: `NET5_0_OR_GREATER`, which we now use to future-proof against targeting newer .NET versions.
Configuration menu - View commit details
-
Copy full SHA for 827abd9 - Browse repository at this point
Copy the full SHA 827abd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752022e - Browse repository at this point
Copy the full SHA 752022eView commit details -
Merge pull request MessagePack-CSharp#1219 from neuecc/dependabot/nug…
…et/src/MessagePack.AspNetCoreMvcFormatter/Microsoft.AspNetCore.Mvc.Abstractions-1.1.3 Bump Microsoft.AspNetCore.Mvc.Abstractions from 1.1.2 to 1.1.3 in /src/MessagePack.AspNetCoreMvcFormatter
Configuration menu - View commit details
-
Copy full SHA for b652df8 - Browse repository at this point
Copy the full SHA b652df8View commit details
Commits on May 17, 2021
-
Merge pull request MessagePack-CSharp#1229 from AArnott/fix1217
Add support for `IReadOnlySet<T>`
Configuration menu - View commit details
-
Copy full SHA for 7af6eea - Browse repository at this point
Copy the full SHA 7af6eeaView commit details -
Merge pull request MessagePack-CSharp#1187 from Alezy80/more-collecti…
…ons-serializer Enable serialization IEnumerable<T> and IReadOnlyDictionary<T> descendants that have constructor with relevant collection
Configuration menu - View commit details
-
Copy full SHA for a77187e - Browse repository at this point
Copy the full SHA a77187eView commit details
Commits on May 18, 2021
-
allow the ContractlessStandardResolver to also honor explicitly marke…
…d private constructors
Configuration menu - View commit details
-
Copy full SHA for db1f36e - Browse repository at this point
Copy the full SHA db1f36eView commit details
Commits on May 29, 2021
-
Allow deserializing
byte[]
from a msgpack arrayPrior to this change, we only could deserialize `byte[]` from a msgpack `bin` type. We still always serialize `byte[]` with the `bin` type. Fixes MessagePack-CSharp#1251
Configuration menu - View commit details
-
Copy full SHA for e94dbb5 - Browse repository at this point
Copy the full SHA e94dbb5View commit details -
Add Odin Serializer to the benchmark (round 2) (MessagePack-CSharp#1248)
* Add OdinSerializer to SerializerBenchmark * Add OdinSerializer benchmark * Set Odin's serialization policy to Everything - Benchmark results should now be correct * Add a comment about Odin * Update Odin - Fix the issue where an exception stopped the entire benchmark suite - The exception still occurs but outside of Odin's code; it is now logged * Don't use an alias for the Odin assembly * Simplify the reference to Odin
Configuration menu - View commit details
-
Copy full SHA for 83f7cb6 - Browse repository at this point
Copy the full SHA 83f7cb6View commit details
Commits on May 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbda765 - Browse repository at this point
Copy the full SHA bbda765View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0bb0ac - Browse repository at this point
Copy the full SHA b0bb0acView commit details -
Merge pull request MessagePack-CSharp#1254 from AArnott/fix1244
Update from Library.Template
Configuration menu - View commit details
-
Copy full SHA for 0377091 - Browse repository at this point
Copy the full SHA 0377091View commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7ca890e - Browse repository at this point
Copy the full SHA 7ca890eView commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b7839d5 - Browse repository at this point
Copy the full SHA b7839d5View commit details -
check that
[MessagePackFormatter(typeof(SomeFormatter))]
is an actu……al IMessagePackFormatter
Configuration menu - View commit details
-
Copy full SHA for fb3277d - Browse repository at this point
Copy the full SHA fb3277dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a602180 - Browse repository at this point
Copy the full SHA a602180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ce9db - Browse repository at this point
Copy the full SHA 74ce9dbView commit details -
MsgPack006 diagnostic error is not properly located on the attribute …
…instead of the intended formatter class
Configuration menu - View commit details
-
Copy full SHA for 070f3a9 - Browse repository at this point
Copy the full SHA 070f3a9View commit details
Commits on Jun 6, 2021
-
Merge pull request MessagePack-CSharp#1252 from AArnott/fix1251
Allow deserializing `byte[]` from a msgpack array
Configuration menu - View commit details
-
Copy full SHA for 3878cd3 - Browse repository at this point
Copy the full SHA 3878cd3View commit details
Commits on Jun 7, 2021
-
Merge pull request MessagePack-CSharp#1259 from icanhasjonas/master
Allow object that has either `[MessagePackObject]` or a valid `[MessagePackFormatter()]`
Configuration menu - View commit details
-
Copy full SHA for af6d26a - Browse repository at this point
Copy the full SHA af6d26aView commit details
Commits on Jun 12, 2021
-
Suppress the only build warning we have
As far as I know, there's no way to "fix" this and it's actually by design because we are comparing two versions of MessagePack.
Configuration menu - View commit details
-
Copy full SHA for b6b1cf9 - Browse repository at this point
Copy the full SHA b6b1cf9View commit details -
Merge pull request MessagePack-CSharp#1262 from AArnott/fixWarning
Suppress the only build warning we have
Configuration menu - View commit details
-
Copy full SHA for ef8abf3 - Browse repository at this point
Copy the full SHA ef8abf3View commit details
Commits on Jun 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0db693 - Browse repository at this point
Copy the full SHA b0db693View commit details -
Merge pull request MessagePack-CSharp#1263 from piti6/patch-1
Use AssemblyBuilderAccess.RunAndCollect instead of AssemblyBuilderAccess.Run
Configuration menu - View commit details
-
Copy full SHA for dd880a6 - Browse repository at this point
Copy the full SHA dd880a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 412a1af - Browse repository at this point
Copy the full SHA 412a1afView commit details -
Merge pull request MessagePack-CSharp#1265 from neuecc/master
Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 5e6e3e9 - Browse repository at this point
Copy the full SHA 5e6e3e9View commit details -
Merge pull request MessagePack-CSharp#1241 from pianomanjh/bugfix/con…
…tractless-private-ctor Allow private constructors for the ContractlessStandardResolver, when using ctor attribute
Configuration menu - View commit details
-
Copy full SHA for 09ab37c - Browse repository at this point
Copy the full SHA 09ab37cView commit details
Commits on Jun 14, 2021
-
Fix handling of readonly private fields
Disallow writing to readonly private fields even when using a resolver that allows using private fields. Fixes: MessagePack-CSharp#1218
Configuration menu - View commit details
-
Copy full SHA for db29bea - Browse repository at this point
Copy the full SHA db29beaView commit details
Commits on Jun 21, 2021
-
Merge pull request MessagePack-CSharp#1267 from Alxandr/fix/1218
Fix handling of readonly private fields
Configuration menu - View commit details
-
Copy full SHA for 615a0b5 - Browse repository at this point
Copy the full SHA 615a0b5View commit details -
Merge pull request MessagePack-CSharp#1264 from neuecc/fix471
Clearly document unity scenarios that require AOT
Configuration menu - View commit details
-
Copy full SHA for 15d6851 - Browse repository at this point
Copy the full SHA 15d6851View commit details
Commits on Jun 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0dc070a - Browse repository at this point
Copy the full SHA 0dc070aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb2575 - Browse repository at this point
Copy the full SHA aeb2575View commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c2a7583 - Browse repository at this point
Copy the full SHA c2a7583View commit details
Commits on Jul 12, 2021
-
This isn't on by default, and while this first trivial implementation allocates every string and passes it through `string.Intern(string)`, many optimizations could be made to it either in this library directly or by apps through overridding the virtual method. Closes MessagePack-CSharp#634
Configuration menu - View commit details
-
Copy full SHA for 2c9a73d - Browse repository at this point
Copy the full SHA 2c9a73dView commit details
Commits on Jul 13, 2021
-
Switch string interning to
Microsoft.NET.StringTools
This gets us a few things: 1. Intern strings without wastefully allocating them first in the common fast paths. 1. Switch to a string collection that retains only weak references.
Configuration menu - View commit details
-
Copy full SHA for 0f1a56b - Browse repository at this point
Copy the full SHA 0f1a56bView commit details
Commits on Jul 14, 2021
-
String interning on by default
Also revert the Options changes. If the app needs to customize string interning, they can do so by changing the resolver to their own formatter.
Configuration menu - View commit details
-
Copy full SHA for f5edd63 - Browse repository at this point
Copy the full SHA f5edd63View commit details -
Merge pull request MessagePack-CSharp#1277 from seriousbox/fix-int-ke…
…y-constructor-matching Updating constructor matching for int keys
Configuration menu - View commit details
-
Copy full SHA for 1551f93 - Browse repository at this point
Copy the full SHA 1551f93View commit details -
Add C# 9 records test with
StandardResolverAllowPrivate
This repros the failure reported in MessagePack-CSharp#1232.
Configuration menu - View commit details
-
Copy full SHA for 8a6a48f - Browse repository at this point
Copy the full SHA 8a6a48fView commit details -
Fix interning of empty strings
This caused a test failure on `net472`.
Configuration menu - View commit details
-
Copy full SHA for a266ea2 - Browse repository at this point
Copy the full SHA a266ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 634f141 - Browse repository at this point
Copy the full SHA 634f141View commit details
Commits on Jul 15, 2021
-
Merge pull request MessagePack-CSharp#1286 from AArnott/fix1232
Fix C# record serialization when using `StandardResolverAllowPrivate`
Configuration menu - View commit details
-
Copy full SHA for 66abae0 - Browse repository at this point
Copy the full SHA 66abae0View commit details -
Update mpc roslyn dependency to 3.10.0
This fixes MessagePack-CSharp#1274 by updating to a compiler version that supports C# 9 `record` type declarations.
Configuration menu - View commit details
-
Copy full SHA for 4ff278b - Browse repository at this point
Copy the full SHA 4ff278bView commit details
Commits on Jul 17, 2021
-
Merge pull request MessagePack-CSharp#1288 from AArnott/fix1274
Add support for C# 9 record types in mpc
Configuration menu - View commit details
-
Copy full SHA for 3704099 - Browse repository at this point
Copy the full SHA 3704099View commit details
Commits on Jul 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4d61d5d - Browse repository at this point
Copy the full SHA 4d61d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 847c581 - Browse repository at this point
Copy the full SHA 847c581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013e3c3 - Browse repository at this point
Copy the full SHA 013e3c3View commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cfdaeac - Browse repository at this point
Copy the full SHA cfdaeacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8097901 - Browse repository at this point
Copy the full SHA 8097901View commit details -
Configuration menu - View commit details
-
Copy full SHA for b33f453 - Browse repository at this point
Copy the full SHA b33f453View commit details
Commits on Aug 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 71f44c9 - Browse repository at this point
Copy the full SHA 71f44c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 192ba3e - Browse repository at this point
Copy the full SHA 192ba3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb857f - Browse repository at this point
Copy the full SHA 7cb857fView commit details
Commits on Aug 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab35db5 - Browse repository at this point
Copy the full SHA ab35db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b1409 - Browse repository at this point
Copy the full SHA d0b1409View commit details -
Merge pull request MessagePack-CSharp#1303 from fredliex/DataContract…
…Serializer-compatibility-unittest add unittest for DataContractSerializer compatibility
Configuration menu - View commit details
-
Copy full SHA for aa998e6 - Browse repository at this point
Copy the full SHA aa998e6View commit details -
Merge pull request MessagePack-CSharp#1300 from mayuki/hotfix/FixStri…
…ngKeyedObjectCodeGeneration Fix code generation for string-keyed objects with getter-only props and parameterized ctor.
Configuration menu - View commit details
-
Copy full SHA for 4e5aaa7 - Browse repository at this point
Copy the full SHA 4e5aaa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f64926 - Browse repository at this point
Copy the full SHA 9f64926View commit details -
Merge pull request MessagePack-CSharp#1302 from fredliex/refactory-Ob…
…jectSerializationInfo.CreateOrNull Refactory ObjectSerializationInfo.CreateOrNull
Configuration menu - View commit details
-
Copy full SHA for 14556ae - Browse repository at this point
Copy the full SHA 14556aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c976635 - Browse repository at this point
Copy the full SHA c976635View commit details
Commits on Aug 22, 2021
-
Remove string interning by default
It is still available via the `StringInterningFormatter`, which can be turned on by default by aggregating a custom resolver, or by specifying this on a `[Key]` or `[DataMember]` member: ```cs [MessagePackFormatter(typeof(StringInterningFormatter))] ```
Configuration menu - View commit details
-
Copy full SHA for 6e4fd8d - Browse repository at this point
Copy the full SHA 6e4fd8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6635df6 - Browse repository at this point
Copy the full SHA 6635df6View commit details -
Allows client code to avoid tripping over StandardResolver
In AOT-only environments it seems it was impossible to avoid loading `StandardResolver` because the `MessagePackSerializer` had a static property with an initializer that loaded the `StandardResolver`. After this change, if the `DefaultOptions` getter is never called, or its setter is called first, then the `StandardResolver` can be avoided. Fixes MessagePack-CSharp#832
Configuration menu - View commit details
-
Copy full SHA for 49fa946 - Browse repository at this point
Copy the full SHA 49fa946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6b915 - Browse repository at this point
Copy the full SHA 4e6b915View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc5fee - Browse repository at this point
Copy the full SHA 5dc5feeView commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8563c84 - Browse repository at this point
Copy the full SHA 8563c84View commit details
Commits on Aug 31, 2021
-
Merge pull request MessagePack-CSharp#1317 from marekott/develop
Fixed typo in README.MD
Configuration menu - View commit details
-
Copy full SHA for 1bfa05d - Browse repository at this point
Copy the full SHA 1bfa05dView commit details
Commits on Sep 2, 2021
-
Merge pull request MessagePack-CSharp#1314 from AArnott/fix1308
Skip setting fields when the ctor already took the value
Configuration menu - View commit details
-
Copy full SHA for b676113 - Browse repository at this point
Copy the full SHA b676113View commit details -
Merge pull request MessagePack-CSharp#1315 from AArnott/fix832
Allows client code to avoid tripping over StandardResolver
Configuration menu - View commit details
-
Copy full SHA for edbf65e - Browse repository at this point
Copy the full SHA edbf65eView commit details -
Merge pull request MessagePack-CSharp#1285 from AArnott/fix634
Add string interning option
Configuration menu - View commit details
-
Copy full SHA for 683d464 - Browse repository at this point
Copy the full SHA 683d464View commit details
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e2c83c4 - Browse repository at this point
Copy the full SHA e2c83c4View commit details
Commits on Nov 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 14272ce - Browse repository at this point
Copy the full SHA 14272ceView commit details -
netcoreapp2.1 is no longer under LTS support by Microsoft and no one should be using it.
Configuration menu - View commit details
-
Copy full SHA for 2153355 - Browse repository at this point
Copy the full SHA 2153355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0220e - Browse repository at this point
Copy the full SHA 5c0220eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a5722 - Browse repository at this point
Copy the full SHA 96a5722View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb07354 - Browse repository at this point
Copy the full SHA cb07354View commit details -
Configuration menu - View commit details
-
Copy full SHA for e630a16 - Browse repository at this point
Copy the full SHA e630a16View commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2119ae6 - Browse repository at this point
Copy the full SHA 2119ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c388235 - Browse repository at this point
Copy the full SHA c388235View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770f341 - Browse repository at this point
Copy the full SHA 770f341View commit details
Commits on Nov 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 27bee71 - Browse repository at this point
Copy the full SHA 27bee71View commit details -
Merge pull request MessagePack-CSharp#1345 from AArnott/dropUnsupport…
…edPlatforms Drop unsupported platforms
Configuration menu - View commit details
-
Copy full SHA for ae79dc6 - Browse repository at this point
Copy the full SHA ae79dc6View commit details -
Merge pull request MessagePack-CSharp#1347 from neuecc/master
Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 5e3b107 - Browse repository at this point
Copy the full SHA 5e3b107View commit details -
Add support for the formatter singleton pattern to `MessagePackFormat…
…terAttribute` Fixes MessagePack-CSharp#1328
Configuration menu - View commit details
-
Copy full SHA for 791450b - Browse repository at this point
Copy the full SHA 791450bView commit details -
Improve error message when the MessagePackFormatterAttribute formatte…
…r mismatches the declared member type
Configuration menu - View commit details
-
Copy full SHA for 8bffba2 - Browse repository at this point
Copy the full SHA 8bffba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04cfbd7 - Browse repository at this point
Copy the full SHA 04cfbd7View commit details -
Merge pull request MessagePack-CSharp#1330 from AArnott/fix1328
Fix MessagePackFormatterAttribute for many built-in formatter types
Configuration menu - View commit details
-
Copy full SHA for b4fb2ed - Browse repository at this point
Copy the full SHA b4fb2edView commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c22a7a2 - Browse repository at this point
Copy the full SHA c22a7a2View commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69b8b5f - Browse repository at this point
Copy the full SHA 69b8b5fView commit details -
Merge pull request MessagePack-CSharp#1346 from neuecc/unity-netstand…
…ard21 Support Unity netstandard21
Configuration menu - View commit details
-
Copy full SHA for d374efa - Browse repository at this point
Copy the full SHA d374efaView commit details
Commits on Dec 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1b22894 - Browse repository at this point
Copy the full SHA 1b22894View commit details
Commits on Dec 13, 2021
-
Merge pull request MessagePack-CSharp#1357 from neuecc/fix-nity2021-2…
…-warning disable HashCode.cs if UNITY_2021_2_OR_NEWER
Configuration menu - View commit details
-
Copy full SHA for 773e619 - Browse repository at this point
Copy the full SHA 773e619View commit details
Commits on Dec 15, 2021
-
Add CompressionMinLength parameter to MessagePackSerializerOptions
Add CompressionMinLength field to unpublished api spec
Configuration menu - View commit details
-
Copy full SHA for e4fad53 - Browse repository at this point
Copy the full SHA e4fad53View commit details
Commits on Dec 20, 2021
-
feat: Added DevelopmentDependency to MessagePackAnalyzer
This automatically exposes private assets after installing packages because it is a analyzer.
Configuration menu - View commit details
-
Copy full SHA for c1e5f74 - Browse repository at this point
Copy the full SHA c1e5f74View commit details
Commits on Dec 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b2ab625 - Browse repository at this point
Copy the full SHA b2ab625View commit details -
Merge pull request MessagePack-CSharp#1361 from HavenDV/patch-1
feat: Added DevelopmentDependency to MessagePackAnalyzer
Configuration menu - View commit details
-
Copy full SHA for 76f3f65 - Browse repository at this point
Copy the full SHA 76f3f65View commit details -
Apply LZ4 minimum length to all compression types
Before, it only applied to the `Lz4Block` scheme, but I don't see why we would want to apply `Lz4BlockArray` without regard to minimum length, so I've changed the library to always honor the new setting.
Configuration menu - View commit details
-
Copy full SHA for 11bdfed - Browse repository at this point
Copy the full SHA 11bdfedView commit details -
Merge pull request MessagePack-CSharp#1365 from neuecc/master
Merge master to develop
Configuration menu - View commit details
-
Copy full SHA for 0dc9c78 - Browse repository at this point
Copy the full SHA 0dc9c78View commit details -
.NET 6 Update (MessagePack-CSharp#1355)
* Update versions of MPC dependencies * Add net6.0 target Co-authored-by: Andrew Arnott <andrewarnott@live.com>
Configuration menu - View commit details
-
Copy full SHA for fed033d - Browse repository at this point
Copy the full SHA fed033dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8ab33 - Browse repository at this point
Copy the full SHA 5c8ab33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1480c16 - Browse repository at this point
Copy the full SHA 1480c16View commit details -
Merge pull request MessagePack-CSharp#1366 from AArnott/promoteAPIs
Promote Unshipped APIs to Shipped
Configuration menu - View commit details
-
Copy full SHA for 3e624b9 - Browse repository at this point
Copy the full SHA 3e624b9View commit details -
Merge pull request MessagePack-CSharp#1367 from AArnott/promoteAPIs_d…
…evelop Promote Unshipped APIs to Shipped
Configuration menu - View commit details
-
Copy full SHA for b30874c - Browse repository at this point
Copy the full SHA b30874cView commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 54b155f - Browse repository at this point
Copy the full SHA 54b155fView commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ce9b21 - Browse repository at this point
Copy the full SHA 1ce9b21View commit details -
Merge pull request MessagePack-CSharp#1371 from pCYSl5EDgo/test
Global Using and File Scoped Namespace Test
Configuration menu - View commit details
-
Copy full SHA for 71a223a - Browse repository at this point
Copy the full SHA 71a223aView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1090cc - Browse repository at this point
Copy the full SHA c1090ccView commit details
Commits on Jan 26, 2022
-
Merge pull request MessagePack-CSharp#1383 from steelywing/patch-1
Fix missing switch statement
Configuration menu - View commit details
-
Copy full SHA for cd75060 - Browse repository at this point
Copy the full SHA cd75060View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7291fe6 - Browse repository at this point
Copy the full SHA 7291fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eca1e6 - Browse repository at this point
Copy the full SHA 4eca1e6View commit details
Commits on Jan 27, 2022
-
Merge pull request MessagePack-CSharp#1389 from neuecc/fix-meta-missing
Added ResolverUtilitis.cs.meta, fix MessagePack-CSharp#1388
Configuration menu - View commit details
-
Copy full SHA for db187ed - Browse repository at this point
Copy the full SHA db187edView commit details
Commits on Feb 12, 2022
-
Fix nullable annotation errorneous handling (MessagePack-CSharp#1395)
* Fix nullable member file name handling Generating multiple files including the letter '?'. Invalid file name char should be avoided.
Configuration menu - View commit details
-
Copy full SHA for 8da2ab0 - Browse repository at this point
Copy the full SHA 8da2ab0View commit details
Commits on Apr 1, 2022
-
Fix for "System.NotImplementedException: byref delegate" in System.Li…
…nq.Expressions for AOT compilation.
maxim authored and maxim committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for c9fad94 - Browse repository at this point
Copy the full SHA c9fad94View commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e12b32f - Browse repository at this point
Copy the full SHA e12b32fView commit details
Commits on Apr 13, 2022
-
Merge pull request MessagePack-CSharp#1421 from neuecc/update-unity-p…
…ackagejson update package.json to 2.3.85
Configuration menu - View commit details
-
Copy full SHA for 270e04c - Browse repository at this point
Copy the full SHA 270e04cView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a70e019 - Browse repository at this point
Copy the full SHA a70e019View commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5484c90 - Browse repository at this point
Copy the full SHA 5484c90View commit details -
Merge pull request MessagePack-CSharp#1436 from AArnott/sdkUpdate
Update SDK to 6.0.300
Configuration menu - View commit details
-
Copy full SHA for c3fcd1d - Browse repository at this point
Copy the full SHA c3fcd1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b549f - Browse repository at this point
Copy the full SHA 50b549fView commit details -
Add built-in support for .NET 6
DateOnly
andTimeOnly
types`DateOnly` requires 5 bytes (typically). `TimeOnly` requires 6 bytes for second resolution or 8 bytes for ticks resolution. This is automatically selected based on the original value. Closes MessagePack-CSharp#1240 # Conflicts: # src/MessagePack/net6.0/PublicAPI.Unshipped.txt
Configuration menu - View commit details
-
Copy full SHA for c7ef724 - Browse repository at this point
Copy the full SHA c7ef724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ed43c - Browse repository at this point
Copy the full SHA 14ed43cView commit details -
Merge pull request MessagePack-CSharp#1427 from AArnott/fix1240_dateonly
Add built-in support for .NET 6 `DateOnly` and `TimeOnly` types
Configuration menu - View commit details
-
Copy full SHA for 623aaf2 - Browse repository at this point
Copy the full SHA 623aaf2View commit details
Commits on Jun 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf892e7 - Browse repository at this point
Copy the full SHA bf892e7View commit details -
Merge pull request MessagePack-CSharp#1440 from AArnott/fix1433
Suppress CS1591 warnings in generated code
Configuration menu - View commit details
-
Copy full SHA for 9f5b506 - Browse repository at this point
Copy the full SHA 9f5b506View commit details
Commits on Jun 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e1629e - Browse repository at this point
Copy the full SHA 7e1629eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf86d7c - Browse repository at this point
Copy the full SHA cf86d7cView commit details -
Merge pull request MessagePack-CSharp#1443 from AArnott/mergeMasterTo…
…Develop Merge master to develop
Configuration menu - View commit details
-
Copy full SHA for 69d190d - Browse repository at this point
Copy the full SHA 69d190dView commit details
Commits on Jun 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a3eb9c - Browse repository at this point
Copy the full SHA 9a3eb9cView commit details
Commits on Jun 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c0e85a1 - Browse repository at this point
Copy the full SHA c0e85a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for de58043 - Browse repository at this point
Copy the full SHA de58043View commit details -
Configuration menu - View commit details
-
Copy full SHA for a032406 - Browse repository at this point
Copy the full SHA a032406View commit details -
Where we already had a .NET 6 target, we just drop net5.0. Where .NET 5 was the latest target, we change it to target .NET 6. This is because .NET 5 is no longer supported by Microsoft, so no one is expected to be using that runtime at this point.
Configuration menu - View commit details
-
Copy full SHA for a346d11 - Browse repository at this point
Copy the full SHA a346d11View commit details -
Merge pull request MessagePack-CSharp#1445 from neuecc/generator-roll…
…forward-major MessagePack.Generator RollForward to Major
Configuration menu - View commit details
-
Copy full SHA for f1b42c0 - Browse repository at this point
Copy the full SHA f1b42c0View commit details
Commits on Jun 16, 2022
-
Merge pull request MessagePack-CSharp#1448 from AArnott/dropNet5.0
Drop net5.0 runtime targets
Configuration menu - View commit details
-
Copy full SHA for 888ecb2 - Browse repository at this point
Copy the full SHA 888ecb2View commit details
Commits on Jun 22, 2022
-
Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /sandbox/Sandbox
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@10.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c357cd8 - Browse repository at this point
Copy the full SHA c357cd8View commit details -
Bump Newtonsoft.Json in /benchmark/SerializerBenchmark
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0eeb64b - Browse repository at this point
Copy the full SHA 0eeb64bView commit details
Commits on Jun 23, 2022
-
Merge pull request MessagePack-CSharp#1453 from neuecc/dependabot/nug…
…et/benchmark/SerializerBenchmark/Newtonsoft.Json-13.0.1 Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /benchmark/SerializerBenchmark
Configuration menu - View commit details
-
Copy full SHA for 1e1c4cf - Browse repository at this point
Copy the full SHA 1e1c4cfView commit details -
Merge pull request MessagePack-CSharp#1452 from neuecc/dependabot/nug…
…et/sandbox/Sandbox/Newtonsoft.Json-13.0.1 Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /sandbox/Sandbox
Configuration menu - View commit details
-
Copy full SHA for 3a7ef80 - Browse repository at this point
Copy the full SHA 3a7ef80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3074ea9 - Browse repository at this point
Copy the full SHA 3074ea9View commit details -
Add option to avoid large buffer allocations
Allocating 1MB buffers contribute to the large object heap and should be avoidable for applications that it is a problem for.
Configuration menu - View commit details
-
Copy full SHA for 9a2acd8 - Browse repository at this point
Copy the full SHA 9a2acd8View commit details -
Merge pull request MessagePack-CSharp#1455 from neuecc/unity-meta
Add StringInterningFormatter.cs.meta for Unity
Configuration menu - View commit details
-
Copy full SHA for f94fbf5 - Browse repository at this point
Copy the full SHA f94fbf5View commit details
Commits on Jun 27, 2022
-
Merge pull request MessagePack-CSharp#1457 from AArnott/reduceLOHimpact
Add option to avoid large buffer allocations
Configuration menu - View commit details
-
Copy full SHA for 64ee45c - Browse repository at this point
Copy the full SHA 64ee45cView commit details
Commits on Jun 28, 2022
-
Several lines of code were deleted (which were not deleted in previou…
…s commit by some unknown accident).
maxim authored and maxim committedJun 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 7a4a9ef - Browse repository at this point
Copy the full SHA 7a4a9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef5aec - Browse repository at this point
Copy the full SHA 8ef5aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for eab5122 - Browse repository at this point
Copy the full SHA eab5122View commit details
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ebb2040 - Browse repository at this point
Copy the full SHA ebb2040View commit details
Commits on Jul 3, 2022
-
Changes to fixx issues to pass CI build pipeline.
maxim authored and maxim committedJul 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 3cd5534 - Browse repository at this point
Copy the full SHA 3cd5534View commit details -
maxim authored and maxim committed
Jul 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 287c4f7 - Browse repository at this point
Copy the full SHA 287c4f7View commit details
Commits on Jul 23, 2022
-
Merge pull request MessagePack-CSharp#1462 from gllebede/user/gllebed…
…e/skip_properties_with_MessagePackFormatterAttribute Skip type collection if property has MessagePackFormatterAttribute
Configuration menu - View commit details
-
Copy full SHA for 8fe5fc9 - Browse repository at this point
Copy the full SHA 8fe5fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6b93b - Browse repository at this point
Copy the full SHA eb6b93bView commit details
Commits on Jul 24, 2022
-
Merge pull request MessagePack-CSharp#3 from AArnott/pr1461
Revise the fix slightly
Configuration menu - View commit details
-
Copy full SHA for d75c56a - Browse repository at this point
Copy the full SHA d75c56aView commit details
Commits on Aug 2, 2022
-
Fix PerBenchmarkDotNet project
This has evidently been broken since I regressed it in 5c0220e.
Configuration menu - View commit details
-
Copy full SHA for 1092f85 - Browse repository at this point
Copy the full SHA 1092f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e2dbc - Browse repository at this point
Copy the full SHA 37e2dbcView commit details -
Merge pull request MessagePack-CSharp#1461 from LineSmarts/master
Fix for "System.NotImplementedException: byref delegate" (second attempt)
Configuration menu - View commit details
-
Copy full SHA for 541ad7c - Browse repository at this point
Copy the full SHA 541ad7cView commit details -
Merge pull request MessagePack-CSharp#1478 from AArnott/nongenericper…
…ftests Add non-generic serialize/deserialize perf tests
Configuration menu - View commit details
-
Copy full SHA for 10955cc - Browse repository at this point
Copy the full SHA 10955ccView commit details
Commits on Aug 12, 2022
-
Bug with long & double is fixed.
There was a bug, which produced "System.OverflowException: Arithmetic operation resulted in an overflow".
Configuration menu - View commit details
-
Copy full SHA for 0eccfe5 - Browse repository at this point
Copy the full SHA 0eccfe5View commit details -
Merge pull request MessagePack-CSharp#1481 from ValkaVales/patch-1
Fix OverflowException in SafeBitConverter.ToInt64
Configuration menu - View commit details
-
Copy full SHA for 94d8619 - Browse repository at this point
Copy the full SHA 94d8619View commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3d1b75b - Browse repository at this point
Copy the full SHA 3d1b75bView commit details