Giter Site home page Giter Site logo

Comments (7)

ErikEJ avatar ErikEJ commented on May 23, 2024

@bricelam - I think I can now make GetMigrationStatus and ApplyMigrations work, but how do I create migrations and get them added to the project.

https://github.com/ErikEJ/SqlCeToolbox/blob/master/src/GUI/EFCorePowerTools/Handlers/MigrationsHandler.cs

https://github.com/ErikEJ/SqlCeToolbox/blob/master/src/GUI/ReverseEngineer20/EFCoreModelBuilder.cs#L62

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 23, 2024

From @bricelam on April 9, 2018 15:31

Scaffold:
https://github.com/aspnet/EntityFrameworkCore/blob/dev/src/EFCore.Design/Design/Internal/MigrationsOperations.cs#L92-L94

Add to project:
https://github.com/aspnet/EntityFrameworkCore/blob/dev/src/EFCore.Tools/tools/EntityFrameworkCore.psm1#L70-L76

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 23, 2024

UI:
Dropdown with all DbContexts:

1: Add a migration if there are pending model changes. Needs a way to specify the migration name too.

"There are pending model changes, scaffold a migration with the changes."
Name:
Cmd: Scaffold

2: Apply migrations if any aren't applied:
"There are migrations that have not been applied to the database"

Cmd: Apply

3: Everything is up-to-date.
"Your database and model are in sync"
Cmd: OK
(May need a unicorn picture here)

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 23, 2024

Gif: https://tenor.com/view/unicorn-popsicle-lick-gif-8982067

https://www.nuget.org/packages/WpfAnimatedGif

https://blogs.msdn.microsoft.com/miah/2008/02/28/how-to-assign-a-strong-name-to-an-unsigned-3rd-party-assembly/
WpfAnimatedGifSigned.zip

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 23, 2024

New icon!
generatechangescript_16x

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 23, 2024

@bricelam Hi Brice, I am ready with a preview of the Migration UI, but have an issue with detecting "Pending changes" - I have implemented this: https://github.com/aspnet/Diagnostics/blob/dev/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/DatabaseErrorPageMiddleware.cs#L141-L143 - but I get "InSync" from here instead of "HasChanges" after adding a new property to a class.

https://github.com/aspnet/Diagnostics/blob/dev/src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/DatabaseErrorPageMiddleware.cs#L141-L143

(Testing with EF Core 2.0)

from efcorepowertools.

ErikEJ avatar ErikEJ commented on May 23, 2024

@bricelam Never mind!! Error 40 😄

from efcorepowertools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.