Closed stanb closed 7 months ago
Any idea why it bound to specific version of Microsoft.OData.Client
?
ODataCliFileHandler.EmitContainerPropertyAttribute()
returns true unconditionally.
https://github.com/OData/ODataConnectedService/blob/46241bba715de691ed0b9c872ab0cdcb56577d9a/src/Microsoft.OData.Cli/ODataCliFileHandler.cs#L93-L96
Do you have a plan on releasing a new version of VS extension? We need this fix.
Hi @stanb. We're almost here. We are finalizing on this pull request https://github.com/OData/ODataConnectedService/pull/388, and then merge the version bump pull request https://github.com/OData/ODataConnectedService/pull/387, then do the release.
Describe the bug
I have service with open type entity:
Metadata:
ODataConnectedService generated class:
DynamicProperties
property on generated class missing[ContainerProperty]
attribute.Version of the Project affected
ODataConnectedService v1.0.2.0 VisualStudio Version v17.8.7 Microsoft.Odata.Client v7.20.0
To Reproduce
Create or update connected service
Expected behavior
DynamicProperties
property should have[ContainerPropertyAttribute]
attributeActual behavior
DynamicProperties
property does not have[ContainerPropertyAttribute]
attribute