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
AgeCommit message (Expand)Author
2022-08-02Add non-generic serialize/deserialize perf testsAndrew Arnott
2022-08-02Fix PerBenchmarkDotNet projectAndrew Arnott
2022-06-22Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /sandbox/Sandboxdependabot[bot]
2022-06-14Drop net5.0 runtime targetsAndrew Arnott
2022-06-09Merge branch 'master' into mergeMasterToDevelopAndrew Arnott
2022-06-07Suppress CS1591 warnings in generated codeAndrew Arnott
2022-05-24Update Nerdbank.StreamsAndrew Arnott
2022-02-13Fix nullable annotation errorneous handling (#1395)pCYSl5EDgo
2021-12-30Global Using and File scoped namespace testpCYSl5EDgo
2021-12-27Avoid C#10 global using name collisions (#1368)pCYSl5EDgo
2021-12-25.NET 6 Update (#1355)pCYSl5EDgo
2021-12-25Merge pull request #1365 from neuecc/masterAndrew Arnott
2021-11-05Merge pull request #1330 from AArnott/fix1328Andrew Arnott
2021-11-05Update generated codeAndrew 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-03Fix up build issuesAndrew Arnott
2021-11-03Drop netcoreapp2.1 supportAndrew Arnott
2021-09-02Merge pull request #1285 from AArnott/fix634Andrew Arnott
2021-07-16Update mpc roslyn dependency to 3.10.0Andrew Arnott
2021-07-14String interning on by defaultAndrew Arnott
2021-07-13Switch string interning to `Microsoft.NET.StringTools`Andrew Arnott
2021-07-12Add string interning optionAndrew Arnott
2020-11-19Target net5.0pCYSl5EDgo
2020-11-12Remove not supported target framework.pCYSl5EDgo
2020-10-27Partial solution of #1085: mpc.exe #1092pCYSl5EDgo
2020-10-25Merge remote-tracking branch 'upstream/master' into developAndrew Arnott
2020-10-25Refactoring of int-key mpc.exe tt file (#1088)pCYSl5EDgo
2020-10-25Add example usage of where constraints.pCYSl5EDgo
2020-09-27mpc: More aggressive ahead of time optimization for string-key type formatter...pCYSl5EDgo
2020-09-14Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-09-12Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-09-12Lock for all Ref.Emit code when on monoAndrew Arnott
2020-08-19Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-08-18Update Generated.csMayuki Sawatari
2020-08-15Update Generated.cs filesAndrew Arnott
2020-08-15Add codegen runs to Azure PipelinesAndrew Arnott
2020-07-19Use MSBuild and Roslyn APIs for mpcAndrew Arnott
2020-05-18Avoid using MemoryMarshal.Cast<byte, _> on AndroidAndrew Arnott
2020-03-24Remove sandbox\XamarinAndroidAndrew Arnott
2020-03-20Remove unused ENABLE_UNSAFE_MSGPACKAndrew Arnott
2020-03-18Merge pull request #843 from neuecc/mpc-fixYoshifumi Kawai
2020-03-17mpc support enum in nested type, remove duplicate metadata loadingneuecc
2020-02-12refYoshifumi Kawai
2020-01-31Merge security fixes in for v2.1Andrew Arnott
2020-01-17Deserialize mutable collection interfaces with mutable concrete typesAndrew Arnott
2020-01-14Defend against stack overflow from deeply nested object graphs in msgpack seq...Andrew Arnott
2020-01-14Mitigate risk of hash collision attacksAndrew Arnott
2020-01-10Update Generated.csAndrew Arnott
2020-01-10Update stale instructions for regenerating Generated.csAndrew Arnott