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 reuse existing types when generating proxy using connected service #39

Open kachalkov opened 8 years ago

kachalkov commented 8 years ago

support for enum types is a good thing, but looks like without possibility re-use existing enum types from rather than generating new ones it will create headache of casting one enum type another?

having option generating enums like strings would help too.