exercism / fsharp-test-runner

GNU Affero General Public License v3.0
4 stars 9 forks source link

Missing packages for Rest API #70

Open martinfreedman opened 2 years ago

martinfreedman commented 2 years ago

Some use Newtonsoft.Json but the majority of solutions use FSharp.Data/FSharp.Data.JsonExtensions or FSharp.Json and there might be other standard libraries.

These should be added to the TestRunner default packages.

ErikSchierboom commented 2 years ago

Maybe also include https://thoth-org.github.io/Thoth.Json?

martinfreedman commented 2 years ago

Yes!