xxxxプログラマのメモ

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

2019-12-04から1日間の記事一覧

Newtonsoft.Json.JsonSerializationException: 'Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Nullable`1[xxxx]'

.Net Core 3.x で作成していると以下のエラーが発生。 Newtonsoft.Json.JsonSerializationException: 'Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Nullable`1[xxxx]' Nullableの内容を含むApiのレスポンスがHas…