我正在使用OData v4客户端代码生成器来转换客户OData v4元数据以生成强类型对象,因此可以针对它构建LINQ查询。但是,我一直收到以下错误,并且我没有任何运气就浏览了Microsoft文档和google。有没有人遇到这个问题或知道如何解决?
Running transformation: System.InvalidOperationException: The attribute 'Precision' was not expected in the given context
下面是一些包含Precision属性的对象:
<Property Name="AssociationFee" Type="Edm.Decimal" Precision="13" Scale="2"/>
<Property Name="BathroomsOneQuarter" Type="Edm.Byte" Precision="3"/>
<Property Name="YearBuiltEffective" Type="Edm.Int16" Precision="4"/>