-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
8/6 Update broke Reverse Engineer with Handlebars templates #450
Comments
I think you may have to remove / move your codetemplates folder |
We're also experiencing the same error. |
@jli-lhm and did you remove/move the code templates folder? |
Thanks Erik, yep that did the trick. I only deleted all the contents in the folder but not the folder itself. |
I will add this to the release notes as a breaking change. Sorry for the inconvenience, remember to add back any customizations. |
Release notes updated |
just create a blank file named DbOnConfiguring.hbs in your CodeTemplates\CSharpDbContext\Partials folder and the error will go away. Its a new option that got added . but unfortunately they didnt make it optional. |
Since the 8/6/2020 update, I'm finding that reverse engineer is no longer working. I'm getting a file not found error on .\CodeTemplates\CSharpDbContext\Partials\DbOnConfiguring.hbs.
Running against a SQL Server database. VS 2019
The text was updated successfully, but these errors were encountered: