unchase / Unchase.Odata.Connectedservice

:scroll: A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Apache License 2.0
44 stars 13 forks source link

Annotation tag in metadata.xml causes parsing EntityName error #94

Open vinsonthum opened 1 year ago

vinsonthum commented 1 year ago

In SAP OData v2 schema, it introduces annotation tag within the schema as shown below. This additional tag throws the parsing-EntityName error when trying to add the connected service. image

Will there be an update to support the additional annotation tag?