Anthony Gatlin
Anthony Gatlin
The documentation is pretty good, and I love the library, but there does not appear to be any example for how to add attributes. The documentation just says that you...
@cleishm Chris, this is not an issue or bug. I just need to say that your code is some of the cleanest most beautiful code I have ever seen. It...
I am just curious if there are any plans to upgrade this project to support .NET Core and the latest MongoDB C# Driver? I noticed that @cphillips83 had created a...
This list, sadly, no longer appears to be maintained. I would be very interested in taking over the repository and continuing to grow it. You guys laid a great foundation....
I am receiving the following error when I either try to directory serialize a DataSet or attempt to serialize an object which contains a DataSet. `Hash code collision: members 'MarshalByValueComponent.Site'...
``` Configuration: Redis version: 6.0.1 RedisJSON version 10007 ioredis: 4.27.3 iorejson: 0.1.1 Redis and RedisJSON are running on standard ports from within a Docker container. ``` I am running Redis...
For users unfamiliar with the Node Package Manager (NPM), it would be useful to add an instruction that they must first verify that they have NPM installed by running `npm...