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-06-09Merge branch 'master' into mergeMasterToDevelopAndrew Arnott
2022-05-24Add built-in support for .NET 6 `DateOnly` and `TimeOnly` typesAndrew Arnott
2022-01-26Fix documented samplesAndrew Arnott
2022-01-21Fix missing switch statementSteely Wing
2021-11-05Merge pull request #1347 from neuecc/masterAndrew Arnott
2021-09-20Show build status of last build of masterAndrew Arnott
2021-09-02Merge pull request #1285 from AArnott/fix634Andrew Arnott
2021-08-27Fixed typo in README.MDMarek Ott
2021-08-22Document string interningAndrew Arnott
2021-07-29Merge develop into masterAndrew Arnott
2021-06-14Clearly document unity scenarios that require AOTAndrew Arnott
2021-04-17Merge pull request #1225 from neuecc/masterAndrew Arnott
2021-04-14Fix readme about mpckyubuns
2021-03-20Merge branch 'master' into developAndrew Arnott
2021-03-07Fix code snippet bugAndrew Arnott
2020-11-25Avoid `MissingMethodException` on generic classes with `init` property settersAndrew Arnott
2020-11-19Merge remote-tracking branch 'upstream/develop' into halfAndrew Arnott
2020-11-12Merge remote-tracking branch 'origin/master' into support-recordneuecc
2020-11-11support Half to ReadMeneuecc
2020-11-11ReadMe, record supportneuecc
2020-10-24Add descriptions about MessagePack.Experimental.pCYSl5EDgo
2020-09-28Fix README's use of `ConvertToJson`Andrew Arnott
2020-09-28Merge pull request #1068 from AArnott/v2.2Andrew Arnott
2020-09-27Add non generic types support - `IEnumerable`, `ICollection`, Fix to support ...neuecc
2020-09-27Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-09-19Fix bad example in readmeAndrew Arnott
2020-09-14Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-09-14Replace all possible T[0] with Array.Empty<T>pCYSl5EDgo
2020-09-12Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-09-11Grammar fixJimmy Cushnie
2020-09-10Remove odd `PrimitiveObjectFormatter.InstanceWithExpandoObject` propertyAndrew Arnott
2020-09-10Merge remote-tracking branch 'upstream/v2.2' into expandoObjectAndrew Arnott
2020-09-09Move immutable collection formatters/resolvers into main libraryAndrew Arnott
2020-07-19Use MSBuild and Roslyn APIs for mpcAndrew Arnott
2020-06-22Add support for ExpandoObjectAndrew Arnott
2020-06-07Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-06-05Document that formatters must write exactly one objectAndrew Arnott
2020-05-17Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-05-05Improve docs: fix links, typos, naming, old behaviourwait
2020-05-04Build mpc as a dotnet toolAndrew Arnott
2020-04-12add Table of ContentsYoshifumi Kawai
2020-03-25Fix bad links to releases pageAndrew Arnott
2020-03-10README touch-upsAndrew Arnott
2020-03-10(Hopefully) improve README.mdDolores Greatamsky
2020-02-07Fix old code sample in READMEAndrew Arnott
2020-01-31Merge security fixes in for v2.1Andrew Arnott
2020-01-28Document security measures in READMEAndrew Arnott
2020-01-15Merge pull request #769 from AArnott/fix534Andrew Arnott
2020-01-15Add MsgPack001 analyzer and first testAndrew Arnott
2020-01-14Defend against stack overflow from deeply nested object graphs in msgpack seq...Andrew Arnott