-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Update Handlebars for 2.1 preview1 #12
Comments
From @OmiCron07 on May 7, 2018 21:40 When will the templates come back? |
Only @tonysneed knows ?? |
From @tonysneed on May 8, 2018 10:48 I finally have some bandwidth to tackle this. Stay tuned. |
From @tonysneed on May 12, 2018 21:38 Now that EF 2.1 is RC, I plan to update my extensions. I should have time to get started this week, but I'll definitely get it done within the next two weeks. |
@tonysneed Ping? |
I am deep into this. What's blocking me right now is a failing test with I'm thinking that I need to register a |
Thanks a lot for the update! |
Well that didn't work ... Could use someone to help me sort this out. I've narrowed it down to
|
This is without any of my Handlebars templates in the mix. It's basically just trying to reverse engineer a database from within a unit test. The EF Core code base does not have an example of doing that, so I'm pretty much on my own. |
@tonysneed Could you share a branch with actual code, then maybe @bricelam could help? 🙏 |
@tonysneed Have you look at this: https://github.com/ErikEJ/EFCorePowerTools/blob/master/src/GUI/ReverseEngineer20/EFCoreReverseEngineer.cs (not sure it will be of much help) |
@ErikEJ Thanks, having a look. |
Here's the heart of our functional tests which generate code from a model, compile it, and load it back: https://github.com/aspnet/EntityFrameworkCore/blob/dev/test/EFCore.Design.Tests/Scaffolding/Internal/ModelCodeGeneratorTestBase.cs |
Perfect, thanks guys. |
This issue is resolved with release 1.0.0-rc1. |
Great, I will try to integrate - I had to make some changes the last time, so using the source (also need strong named assemblies) |
I might be able to help with that .. perhaps fork the Handlebars.Net repo and strongly name it. Then I can strongly name mine too. Make your life easier. :) |
Sounds great - Maybe wait until after I find out if I need to make any changes (I did the last time) |
Thanks a lot, Tony, will give it a try and let you know |
@ErikEJ I went ahead and published the signed package: https://www.nuget.org/packages/EntityFrameworkCore.Scaffolding.Handlebars/1.0.0-rc2. So just install it normally. |
From @ErikEJ on March 27, 2018 8:35
Describe what is not working as expected.
Steps to reproduce
Include a complete description that I can redo to reproduce the issue.
Further technical details
Toolbox/Power Tools version: (found in About dialog - blue questionmark icon)
Database engine: (SQlite, SQL Compact or SQL Server)
Visual Studio or SSMS version: (e.g. Visual Studio 2017 15.3, SSMS 17.3)
Copied from original issue: ErikEJ/SqlCeToolbox#666
The text was updated successfully, but these errors were encountered: