Farango icon indicating copy to clipboard operation
Farango copied to clipboard

Target for dotnet standard 2.0 and a few small fixes

Open yjpark opened this issue 6 years ago • 0 comments

First thank for the work, I like farango's design decision a lot since I'm using own encoding for json data.

The changes I've beed added are mainly:

  • Target dotnet standard 2.0
  • Fix issue with not-ascii characters by adding encoding header
  • Fix issue with some encoding issue with JToken with cursor result
  • Add some helper to create collection and index (used in scripts to init database schema)

yjpark avatar Sep 01 '19 12:09 yjpark