msgpack-cli icon indicating copy to clipboard operation
msgpack-cli copied to clipboard

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]

Results 87 msgpack-cli issues
Sort by recently updated
recently updated
newest added

Hello All, I am wondering how best to control Message Pack to maximize the speed at which large objects can be read / written to disk. In my specific case...

I'm making some tests with this package and if I have a connection/stream that it's always sending data, the memory continues to raise until the system crashes. Investigating the issue...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

This sets both the license expression and the repo url on the nuget package. Closes #360

### Summary I wish for the nuget packages to have the licence expression property set correctly and the repository url ### Details The licence expression property should be set to...

enhancement

`MsgPack.Cli` has a `.csproj` kinda like this: ```xml netstandard2.0 win-x64;osx-x64;linux-x64 Exe latest ``` When I run `dotnet build *.sln --no-incremental`, I get this: ```sh Restore succeeded with 3 warning(s) in...

After updating my API above version 2.5.192 I start getting MessagePack.SourceGenerator does not exist error in gitHub for coverlet collector all my test cases are passing But code coverage has...