-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
RevEng: Scaffolding fails silently on VB projects #3417
Comments
We should just be generating C# (or a warning would be fine too). |
@rowanmiller @ErikEJ - I tried running Scaffold-DbContext against a VB project with build 7.0.0-rc2-16542 and that does not fail. Instead it produces C# code in the VB project successfully. So if we want that functionality we just leave the code as is. However I have created a PR, see #4087, which does throw an error from Scaffold-DbContext if the user attempts to run it from a VB project, which we can use if preferred. |
Showing an error is better... so lets get your PR in |
See comments in PR #4087. We decided to leave the code as is - for now it will generate C# code in a VB project. |
Migrations and Scaffold "translated" to VB. |
It would be helpful to show an error message instead ErikEJ/EntityFramework.SqlServerCompact#242 (comment)
The text was updated successfully, but these errors were encountered: