OData / lab

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

scaffolder not shown in VS2015 Update3 #48

Open gomski opened 7 years ago

gomski commented 7 years ago

Hi,

I cannot see the v4 scafolder in VS2015 Update3. extensions nugets scaffolder

jmseigneur commented 7 years ago

Same for me

atliuhui commented 7 years ago

+1

McMounir commented 7 years ago

Same for me ... did any one find a solution ? Thank you.

jmseigneur commented 7 years ago

No I haven't found any solution and I had to code my odata V4 controller myself without scaffolding.

McMounir commented 7 years ago

ok @jmseigneur thank you for replaying, good luck

McMounir commented 7 years ago

if found a solution ... but i dont know if its gonna a work for you or not! :

nuget builder using scaffolding

By doing this i was ebale to use OData V4 FEATURES, like Nested $filter in $expand [.../Customers?$expand=Orders($filter=Id eq 10)]. and ohter V4 operations ...

jmseigneur commented 7 years ago

Thanks for your solution screenshots!

cdunlap commented 7 years ago

Thank you @McMounir! It looks like the downgrade from v6+ was the critical move here. I went from 6.0.0 to 5.9.1 and it worked.

MrDadaGuy commented 7 years ago

+1 - also have this issue. Thanks @McMounir for the workaround! Also went from 6.0.0 down to 5.9.1 using nuget package manager, and was successful.

shellyfld commented 7 years ago

The workaround is helpful, but does MS plan to make corrections so it isn't necessary to downgrade?

cigano commented 7 years ago

Downgraded here to 5.10.0 version and also worked!