Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试测试使用 Excel 和 LinqPad 构建的新 OData v4 Web API,但出现以下错误:
缺少必需的属性关系
API 似乎正确构建,但“关系”永远不会出现在元数据中,无论我如何构建模型。
这是怎么回事?我感觉到 v3 和 4 不兼容。
PowerQuery 尚不支持 OData v4。你可以在这里骚扰开发团队::)
https://social.technet.microsoft.com/Forums/en-US/2169958f-9e2a-4fc2-a844-c0dce4c17a19/support-of-odata-v40?forum=powerquery
LinqPad 的驱动程序显然是 v3,但在 linqpad.net 上的搜索显示没有提及 v4。