-
This issue is part of an overall initiative to complete #195.
The documentation on how to add generators can be found [here](https://github.com/exercism/csharp/blob/master/docs/GENERATORS.md). If y…
-
I am playing with this library and I hit a wall when trying to serialize an array of objects.
Here is my type hierarchy:
```
public class Address
{
public string Street { get…
-
I just started getting these errors today; getting them on two different machines now. I have mode BOLD failures. Builds worked yesterday but failing today; looks like it might be Nuget and or .NET ru…
-
# Problem
When using a custom serializer for a BsonDocument type, the following error is thrown on parse:
> System.InvalidCastException: Unable to cast object of type 'MongoDB.Bson.BsonNull' to …
-
Almost exactly the same issue as https://github.com/ARMmbed/mbed-cli/issues/339
- mbed-cli: 1.8.1
- arm-none-eabi-g++ (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 7.3.1 20180622 (relea…
-
However, even when we fix the problem or skip the "chatroomserver" build the cpp2 module is not installed.
The compile progress.
> root@76193415b138:/usr/src/build/fbthrift/build# cmake ..
> -…
-
**UPDATE:**
So after some testing and replacing the whole elasticsearch serializer with a custom one, I figured out the problem is indeed the dynamic dictionary (DynamicResponse) which uses **dynamic…
-
We use Travis CI to test code at check-in. However, right now it only tests the FlatBuffers C++ code.
I'd like help configuring our [.travis.yml](https://github.com/google/flatbuffers/blob/master/.tr…
-
crash on loading up.
Log:
14:24:34.0781 [INFO] Torch: Loading config C:\Users\Administrator\Desktop\BattleSrv\TorchConfig.xml
14:24:34.2103 [INFO] SteamCMD: Checking for DS updates.
14:24:35.1…
-
I'm fairly new to C# so please be gentle with me ;) I am creating an UWP app. I run into an exception in SessionServerConverter:29:
`var jObjects = JArray.Load(reader).ToObject();`
My code (IP m…