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 (Collapse)Author
2022-08-22Merge pull request #2 from gllebede/masterHEADmasterDoug Bunting
MessagePack update
2022-08-17Scrub nuget.configPranav K
2022-08-12Merge pull request #1481 from ValkaVales/patch-1Andrew Arnott
Fix OverflowException in SafeBitConverter.ToInt64
2022-08-12Bug with long & double is fixed.Oleksii Kharkov
There was a bug, which produced "System.OverflowException: Arithmetic operation resulted in an overflow".
2022-08-02Merge pull request #1478 from AArnott/nongenericperftestsAndrew Arnott
Add non-generic serialize/deserialize perf tests
2022-08-02Merge pull request #1461 from LineSmarts/masterAndrew Arnott
Fix for "System.NotImplementedException: byref delegate" (second attempt)
2022-08-02Add non-generic serialize/deserialize perf testsAndrew Arnott
2022-08-02Fix PerBenchmarkDotNet projectAndrew Arnott
This has evidently been broken since I regressed it in 5c0220eecc34.
2022-07-25Merge pull request #3 from AArnott/pr1461Maxim Mikhisor
Revise the fix slightly
2022-07-23Revise the fix slightlyAndrew Arnott
2022-07-23Merge pull request #1462 from ↵Andrew Arnott
gllebede/user/gllebede/skip_properties_with_MessagePackFormatterAttribute Skip type collection if property has MessagePackFormatterAttribute
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
Merging
2022-06-28Several lines of code were deleted (which were not deleted in previous ↵maxim
commit by some unknown accident).
2022-06-27Merge pull request #1457 from AArnott/reduceLOHimpactAndrew Arnott
Add option to avoid large buffer allocations
2022-06-23Merge pull request #1455 from neuecc/unity-metaAndrew Arnott
Add StringInterningFormatter.cs.meta for Unity
2022-06-23Add option to avoid large buffer allocationsAndrew Arnott
Allocating 1MB buffers contribute to the large object heap and should be avoidable for applications that it is a problem for.
2022-06-23add metaneuecc
2022-06-23Merge pull request #1452 from ↵Andrew Arnott
neuecc/dependabot/nuget/sandbox/Sandbox/Newtonsoft.Json-13.0.1 Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /sandbox/Sandbox
2022-06-23Merge pull request #1453 from ↵Andrew Arnott
neuecc/dependabot/nuget/benchmark/SerializerBenchmark/Newtonsoft.Json-13.0.1 Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /benchmark/SerializerBenchmark
2022-06-22Bump Newtonsoft.Json in /benchmark/SerializerBenchmarkdependabot[bot]
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](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /sandbox/Sandboxdependabot[bot]
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](https://github.com/JamesNK/Newtonsoft.Json/compare/10.0.3...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16Merge pull request #1448 from AArnott/dropNet5.0Andrew Arnott
Drop net5.0 runtime targets
2022-06-14Merge pull request #1445 from neuecc/generator-rollforward-majorAndrew Arnott
MessagePack.Generator RollForward to Major
2022-06-14Drop net5.0 runtime targetsAndrew Arnott
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.
2022-06-14Apply better workaround for https://github.com/dotnet/roslyn/issues/61478Andrew Arnott
2022-06-14Merge branch 'master' into developAndrew Arnott
2022-06-14Build 2.4 as stable versionAndrew Arnott
2022-06-10MessagePack.Generator RollForward to MajorYoshifumi Kawai
2022-06-09Merge pull request #1443 from AArnott/mergeMasterToDevelopAndrew Arnott
Merge master to develop
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-07Merge pull request #1440 from AArnott/fix1433Andrew Arnott
Suppress CS1591 warnings in generated code
2022-06-07Suppress CS1591 warnings in generated codeAndrew Arnott
Fixes #1433
2022-05-24Merge pull request #1427 from AArnott/fix1240_dateonlyAndrew Arnott
Add built-in support for .NET 6 `DateOnly` and `TimeOnly` types
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
`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 #1240 # Conflicts: # src/MessagePack/net6.0/PublicAPI.Unshipped.txt
2022-05-24Update Nerdbank.StreamsAndrew Arnott
2022-05-24Merge pull request #1436 from AArnott/sdkUpdateAndrew Arnott
Update SDK to 6.0.300
2022-05-24Update SDK to 6.0.300Andrew Arnott
2022-05-12Resolve merge conflicts with developAndrew Arnott
2022-04-13Merge pull request #1421 from neuecc/update-unity-packagejsonYoshifumi Kawai
update package.json to 2.3.85
2022-04-12update package.json to 2.3.85Yoshifumi Kawai
2022-04-01Fix for "System.NotImplementedException: byref delegate" in ↵maxim
System.Linq.Expressions for AOT compilation.
2022-02-13Fix nullable annotation errorneous handling (#1395)pCYSl5EDgo
* Fix nullable member file name handling Generating multiple files including the letter '?'. Invalid file name char should be avoided.
2022-01-27Merge pull request #1389 from neuecc/fix-meta-missingAndrew Arnott
Added ResolverUtilitis.cs.meta, fix #1388
2022-01-27Added ResolverUtilitis.cs.meta, fix #1388neuecc