-
so I followed the [Setting up a development environment for Nitrox](https://github.com/SubnauticaNitrox/Nitrox/wiki/Setting-up-a-development-environment-for-Nitrox) guide. and after injecting the Nitr…
-
**Project:**
URL: https://github.com/rikimaru0345/Ceras
Synopsis: A binary serializer, similar to MessagePack-CSharp
**What am i looking for?** / **Special Requirements**
On the most basic level…
-
Please answer these questions before submitting your issue.
### Should this be an issue in the gRPC issue tracker?
yes
### What version of gRPC and what language are you using?
1.11.0 CSha…
-
To reproduce the issue, first configure signalR to use message pack:
`services.AddSignalR().AddMessagePackProtocol()`
In your hub, introduce a method that takes an interface as an argument:
`pu…
-
While receiving depth data via websocket, I've recently been experiencing serializing failures due to coinbase sending data in exponential format. The below example pertains to the new coin but I _thi…
-
I want to add support for circular serialization.
My idea is simple: We only need to support for circular references for a few types, not all types.
So why not just write `0` for new object; and `…
-
Is it possible to configure the Web API Assembly to C# client generation so that properties with reference types in the DTOs are not decorated with NullValueHandling.Ignore without having to decorate …
-
@dougdellolio have you seen exponential notation in the json response string from a snapshot rersponse? I am getting an ask size of "3e-7" around the 30th level and the deserializer is trying to con…
-
Added discord-rpc-csharp to our [project](https://github.com/neowutran/ShinraMeter), some users get following errors:
```
Either the IAsyncResult object did not come from the corresponding async met…
-
I have a nodejs server and two android and ios clients. I want to use my own encryption method to encrypt data at clients and decrypt it at the server? I mean this [picture](https://www.dropbox.com/s/…