Renaming Document Id property in .NET Core 3.0 requires Newtonsoft.Json · Issue #951 · Azure/azure-cosmos-dotnet-v3

Describe the bug Several Microsoft samples for Cosmos DB and .NET Core use Newtonsoft.Json.JsonPropertyAttribute to rename the Id property on a model to id. In .NET Core and ASP.NET Core, Newtonsof...