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

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

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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Microsoft.NETCore.App](https://github.com/dotnet/core-setup) from 1.0.5 to 2.0.3. Release notes Sourced from Microsoft.NETCore.App's releases. .NET Core 2.0.3 Release Notes Download and Install .NET Core 1.1.13 Release Notes Download and Install Repos Core...

dependencies

Bumps [Microsoft.NETCore.App](https://github.com/dotnet/core-setup) from 2.0.0 to 2.0.3. Release notes Sourced from Microsoft.NETCore.App's releases. .NET Core 2.0.3 Release Notes Download and Install Commits a9190d4 Merged PR 89728: Lineup 1.0.0 and 1.1.0 dependencies...

dependencies

Bumps [Microsoft.NETCore.App](https://github.com/dotnet/core-setup) from 1.0.5 to 2.0.3. Release notes Sourced from Microsoft.NETCore.App's releases. .NET Core 2.0.3 Release Notes Download and Install .NET Core 1.1.13 Release Notes Download and Install Repos Core...

dependencies

We have a WCF service application hosted in IIS, which uses MsgPack for serialization in Redis. Every time IIS recycles the application pool after 20 minutes of inactivity, we get...

need-help

Hi together, I'm facing a sporadic issue in my C# program deserializing a byte array using MessagePack. When deserializing the following bytes D9-A4-67-EC-F4-D4-79-4D-D5-A5-9A-1B-F7-14-50-65-48-69-00-00-94-C0-14-C0-0A-00-39-00-38-00-37-00-36-00-88-00-87-00-86-00-85-C0-19-00-3A-00-89-C0-0F-C0-05-00-35-00-84-C0-13-C0-09-00-33-00-32-00-31-00-30-00-9A-00-99-00-98-00-97-00-45-00-44-00-43-00-42-C0-18-00-34-00-9B-00-46-C0-0E-C0-04-00-2F-00-96-00-41-00-07-C0-11-C0-07-C0-16-00-18-C0-0C-C0-02-00-05-00-04-C0-12-C0-08-00-16-00-13-00-10-00-0D-C0-17-00-1B-C0-0D-C0-03-00-0A-00-15-00-12-00-0F-00-0C I will get an InvalidOperationException "code is...

BUG REPORT SOURCE FILE: MsgPack.Cli.0.6.8.nupkg WINDOWS INSTALL PATH: C:\Program Files\PackageManagement\NuGet\Packages\MsgPack.Cli.0.6.8\lib\net45\MsgPack.XML BUG COUNT: 1 of 870,899 bytes CLASS: TYPO SEVERITY: NONE Line 1968 has a typo: 'othereise' should be 'otherwise' 1966...

Hello. We have been transferring our projects to netcore 3.1 and netstandard 2.0 and now we are experiencing an issue with generating MessagePackSerializer for our messages. We are receiving such...

https://github.com/msgpack/msgpack-cli/wiki/Custom-serialization#custom-serializer When I attempt to create a serialiser class as per this documentation I get the following warning; > Constructor 'MsgPack.Serialization.MessagePackSerializer.MessagePackSerializer' is obsolete: Use MessagePackSerializer (SerlaizationContext) instead. Also, a code...

documentation

Hi, I am using TcpListener to transfer data from client to Server, This is service writing early 1000 lines with 4000 chars in one minutes. Once I connected with server,...

need-help