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/tests
AgeCommit message (Expand)Author
2022-06-14Drop net5.0 runtime targetsAndrew Arnott
2022-05-24Update Nerdbank.StreamsAndrew Arnott
2021-12-25.NET 6 Update (#1355)pCYSl5EDgo
2021-11-05Fix up ASP.NET formatter to run on .NET Core 3.1Andrew Arnott
2021-11-03Drop netcoreapp2.1 supportAndrew Arnott
2021-08-21Do not use extension method syntaxAndrew Arnott
2021-08-21More reliable assembly loadAndrew Arnott
2021-08-03Fix code formattingMayuki Sawatari
2021-08-03Add unit tests to run the generated codeMayuki Sawatari
2021-07-18Merge pull request #1288 from AArnott/fix1274Andrew Arnott
2021-07-16Update mpc roslyn dependency to 3.10.0Andrew Arnott
2021-07-14Add C# 9 records test with `StandardResolverAllowPrivate`Andrew Arnott
2021-06-07Merge pull request #1259 from icanhasjonas/masterAndrew Arnott
2021-06-03MsgPack006 diagnostic error is not properly located on the attribute instead ...Jonas Frost
2021-06-03check that `[MessagePackFormatter(typeof(SomeFormatter))]` is an actual IMess...Jonas Frost
2021-06-03If a object type has a custom formatter, dont require [MessagePackObject]Jonas Frost
2021-04-17Update .NET SDK to 5.0.201Andrew Arnott
2021-04-17Merge pull request #1225 from neuecc/masterAndrew Arnott
2021-03-22Merge pull request #1192 from gsino/fix_mpc_ignore_generic_type_defined_in_ou...Andrew Arnott
2021-03-20Merge branch 'develop' into stream-reader-headersAndrew Arnott
2021-03-16Add ReadArrayHeaderAsync() and ReadMapHeaderAsync() to MessagePackStreamReaderRasmus Melchior Jacobsen
2021-03-06Merge remote-tracking branch 'upstream/master' into developAndrew Arnott
2021-02-25fix CI build error.g.shinohara
2021-02-24add Test for #1111 GenericType referenced in projectg.shinohara
2021-02-24Add TempReferencedProject in GeneratorTestg.shinohara
2021-02-24rename TempProject -> TempTargetProject in GeneratorTestg.shinohara
2021-01-31Implement #1176hankovich
2021-01-31Merge pull request #1175 from lg2de/NetCoreApp3Andrew Arnott
2021-01-31Merge pull request #1178 from neuecc/masterAndrew Arnott
2021-01-31Fix break in masterAndrew Arnott
2021-01-26Add target netcoreapp3.1 to reduce dependencies in dotnetcore 3.1 projectsLukas Grützmacher
2020-12-21Enable more tests on net472Andrew Arnott
2020-11-25Avoid `MissingMethodException` on generic classes with `init` property settersAndrew Arnott
2020-11-23Add C# 9 records serialization testsAndrew Arnott
2020-11-19Merge remote-tracking branch 'upstream/develop' into halfAndrew Arnott
2020-11-12Remove not supported target framework.pCYSl5EDgo
2020-11-11Add HalfFormatter for .NET 5.0neuecc
2020-10-27Partial solution of #1085: mpc.exe #1092pCYSl5EDgo
2020-09-28Fix handling of collecting nullable reference type namesMayuki Sawatari
2020-09-27Fix up compilation after mergeAndrew Arnott
2020-09-27Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-09-27General Unsafe Formatter and Resolver (#1053)pCYSl5EDgo
2020-09-25Merge pull request #1048 from mayuki/GeneratorNestedGenericTypesYoshifumi Kawai
2020-09-18Handle nested generic types in code generationMayuki Sawatari
2020-09-17Handle type parameter constraints in code generationMayuki Sawatari
2020-09-14Add MessagePack.Experimental package which includes SIMD(Single Instruction M...pCYSl5EDgo
2020-09-14Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott
2020-09-12Fix formatting of default `ImmutableArray<T>` valuesAndrew Arnott
2020-09-12Fix restore and build breaks after mergeAndrew Arnott
2020-09-12Merge remote-tracking branch 'upstream/master' into v2.2Andrew Arnott