You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2020. It is now read-only.
On blank projects, if i try to create a new Controller with actions using EntityFramework - it allways returns the error message:
There was an error running the selected code generator:
There was an error getting the type "failtest.Models.TestModelClass".
Try rebuilding the project.
@Cnordbo scaffolding has some requirements today. We have an item on the backlog to support adding dependencies to projects which are missing them, but for the past few weeks we've been busy porting from dnx -> dotnet so we have not been able to get to that yet. We are still working on dnx -> dotnet.
This issue was previously reported at #290, and there are some details about the dependencies to add at #290 (comment). This is an item that I'm tracking and hoping to get to soon, but I am not sure when we will be able to start that work. I'm going to close this now since it's a duplicate of #290.
On blank projects, if i try to create a new Controller with actions using EntityFramework - it allways returns the error message:
I created a detailed post about it here, with step-by-step on how to reproduce, as well as allready tried solutions.
http://stackoverflow.com/questions/35187813/web-api-scaffolding-error-running-the-selected-code-generator
Running the latest version of VS2015 Professional (v. 14.0.24720.00 Update 1) and Azure SDK. This issue also happened before Update 1.
The text was updated successfully, but these errors were encountered: