Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-08-12Bug with long & double is fixed.Oleksii Kharkov
2022-08-02Merge pull request #1461 from LineSmarts/masterAndrew Arnott
2022-07-23Revise the fix slightlyAndrew Arnott
2022-07-03Small bug fixmaxim
2022-07-03Changes to fixx issues to pass CI build pipeline.maxim
2022-06-29Skip type collection if property has MessagePackFormatterAttributeGleb Lebedev
2022-06-28Set unity package.json file for v2.4.35Andrew Arnott
2022-06-28Merge pull request #1 from neuecc/masterMaxim Mikhisor
2022-06-28Several lines of code were deleted (which were not deleted in previous commit...maxim
2022-06-27Merge pull request #1457 from AArnott/reduceLOHimpactAndrew Arnott
2022-06-23Add option to avoid large buffer allocationsAndrew Arnott
2022-06-23add metaneuecc
2022-06-16Merge pull request #1448 from AArnott/dropNet5.0Andrew Arnott
2022-06-14Merge pull request #1445 from neuecc/generator-rollforward-majorAndrew Arnott
2022-06-14Drop net5.0 runtime targetsAndrew Arnott
2022-06-14Apply better workaround for https://github.com/dotnet/roslyn/issues/61478Andrew Arnott
2022-06-14Merge branch 'master' into developAndrew Arnott
2022-06-10MessagePack.Generator RollForward to MajorYoshifumi Kawai
2022-06-09Update package.json version to 2.3.112 to match latest releaseAndrew Arnott
2022-06-09Merge branch 'master' into mergeMasterToDevelopAndrew Arnott
2022-06-07Suppress CS1591 warnings in generated codeAndrew Arnott
2022-05-24Workaround https://github.com/dotnet/roslyn/issues/61478Andrew Arnott
2022-05-24Add built-in support for .NET 6 `DateOnly` and `TimeOnly` typesAndrew Arnott
2022-05-24Update Nerdbank.StreamsAndrew Arnott
2022-05-12Resolve merge conflicts with developAndrew Arnott
2022-04-12update package.json to 2.3.85Yoshifumi Kawai
2022-04-01Fix for "System.NotImplementedException: byref delegate" in System.Linq.Expr...maxim
2022-02-13Fix nullable annotation errorneous handling (#1395)pCYSl5EDgo
2022-01-27Added ResolverUtilitis.cs.meta, fix #1388neuecc
2021-12-27Avoid C#10 global using name collisions (#1368)pCYSl5EDgo
2021-12-25Merge pull request #1366 from AArnott/promoteAPIsAndrew Arnott
2021-12-25Merge remote-tracking branch 'upstream/develop' into promoteAPIs_developAndrew Arnott
2021-12-25Promote Unshipped APIs to ShippedAndrew Arnott
2021-12-25.NET 6 Update (#1355)pCYSl5EDgo
2021-12-25Merge pull request #1365 from neuecc/masterAndrew Arnott
2021-12-25Apply LZ4 minimum length to all compression typesAndrew Arnott
2021-12-25Merge pull request #1361 from HavenDV/patch-1Andrew Arnott
2021-12-25Fix cast bug (#1364)pCYSl5EDgo
2021-12-20feat: Added DevelopmentDependency to MessagePackAnalyzerKonstantin S
2021-12-15Add CompressionMinLength parameter to MessagePackSerializerOptionsIsrael Lot
2021-12-12disable HashCode.cs if UNITY_2021_2_OR_NEWERneuecc
2021-11-09add dll referencesneuecc
2021-11-08Merge remote-tracking branch 'origin/master' into unity-netstandard21neuecc
2021-11-05Merge pull request #1330 from AArnott/fix1328Andrew Arnott
2021-11-05Improve error message when the MessagePackFormatterAttribute formatter mismat...Andrew Arnott
2021-11-05Add support for the formatter singleton pattern to `MessagePackFormatterAttri...Andrew Arnott
2021-11-05Merge pull request #1347 from neuecc/masterAndrew Arnott
2021-11-05Fix up ASP.NET formatter to run on .NET Core 3.1Andrew Arnott
2021-11-04add msgPack.dll reference to Unity's Tests.asmdefneuecc
2021-11-04some dynamic test disable in Unityneuecc