使用自定义CosmosSerializer时GetItemQueryIterator错误

时间:2019-07-18 18:42:23

标签: azure-cosmosdb azure-cosmosdb-sqlapi

我正在尝试为我正在处理的项目使用System.Text.Json序列化。当我使用自定义CosmosSerializer并调用GetItemQueryIterator时,正在向ToStream调用发送一个无法序列化的Microsoft.Azure.Cosmos.SqlQuerySpec。这是一个应该很容易重现该问题的示例。任何帮助都将不胜感激!

const render = require("consolidate").handlebars.render;

编辑:错误已提交并在此处确认:https://github.com/Azure/azure-cosmos-dotnet-v3/issues/575

0 个答案:

没有答案