xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

.Net6

JSON.NET to System.Text.JSON #"ValueKind": 3

hiromatsu.hatenablog.com JSON.NET から System.Text.JSONに移行時にハマった。同じようにハマった人がいて助かった。 josef.codes System.Text.Json was used instead of Newtonsoft when modelbinding occurred We serialized the Dictionary (created by…

.Net Core3.1 から .Net6 移行時のメモ

qiita.com System.Text.Json JSON.NETが気付いたら標準ライブラリではなくなっていました。 System.Text.Json に簡単に切り替わりましたが、JsonProperty, JsonIgnore のことを忘れていました・・・Newtonsoft.Json から System.Text.Json に移行する - .NET…