Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaffolder not shown in VS2015 Update3 #48

Open
gomski opened this issue Oct 9, 2016 · 11 comments
Open

scaffolder not shown in VS2015 Update3 #48

gomski opened this issue Oct 9, 2016 · 11 comments

Comments

@gomski
Copy link

gomski commented Oct 9, 2016

Hi,

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

@jmseigneur
Copy link

Same for me

@atliuhui
Copy link

atliuhui commented Nov 8, 2016

+1

@McMounir
Copy link

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

@jmseigneur
Copy link

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

@McMounir
Copy link

ok @jmseigneur thank you for replaying, good luck

@McMounir
Copy link

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

  • install Microsoft.AspNet.OData => install the v5.5.1 not the v6.0.0,
  • install Microsoft.AspNet.WebApi.odata,
  • In WebApiConfig use config for OData V4 and not for OData v3, the same for the Usings System.web.OData not System.web.Http.Odata.

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
Copy link

jmseigneur commented Nov 10, 2016

Thanks for your solution screenshots!

@cdunlap
Copy link

cdunlap commented Mar 2, 2017

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
Copy link

MrDadaGuy commented Mar 6, 2017

+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
Copy link

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

@cigano
Copy link

cigano commented May 30, 2017

Downgraded here to 5.10.0 version and also worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants