OData / lab

This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Other
48 stars 59 forks source link

Allow Connected Service to generate types as internal #93

Closed Danthar closed 4 years ago

Danthar commented 5 years ago

When using multiple libraries which use an OData connected service. Their service types are exposed as public. This causes issues when using multiple libraries which use the same odata endpoint, in the same application.

This problem can be mitigated by using custom namespace prefixes during generation of the OData reference.

But what would be ideal is that these service types can be marked as internal.

KanishManuja-MS commented 4 years ago

@odero Another worthwhile ask.

unchase commented 4 years ago

Add this feature in Unchase.Odata.Connectedservice v1.4.0

Marketplace

habbes commented 4 years ago

@Danthar this feature is available in the latest release of OData Connected Service available on the marketplace: https://marketplace.visualstudio.com/items?itemName=laylaliu.ODataConnectedService