JamesNK / Newtonsoft.Json

Json.NET is a popular high-performance JSON framework for .NET
https://www.newtonsoft.com/json
MIT License
10.84k stars 3.26k forks source link

why .net core not support DataTableConverter #1447

Closed lxdong closed 7 years ago

lxdong commented 7 years ago

Source/destination types

// Put the types you are serializing or deserializing here

Source/destination JSON

{"message":"Place your serialized or deserialized JSON here"}

Expected behavior

Actual behavior

Steps to reproduce

// Your calls to Newtonsoft.Json here
moh-hassan commented 7 years ago

.netcore 2 reference .netstandard1.3 which doesn't support DataTable /DataSet converters. You can find a workaround solution in #1409

JamesNK commented 7 years ago

It will be fixed with a netstandard20 assembly - https://github.com/JamesNK/Newtonsoft.Json/commit/ab3315f1d5e57c70203c904be79d8e951bf09794