Philippe Lécaillon

Results 19 comments of Philippe Lécaillon

@axelfontaine CLA signed

@indikaudagedara Thanks for the feedback. Appreciate it. I know EF, Flyway and others have that sort of feature. But I can not see a real use case for it. Can...

In your opinion, what should be the behavior of Evolve in this case ? Assume there are 4 applied migrations: V1.1, V1.2, V1.3, V1.4 And only 1 undo migration: U1.3...

Thanks for the feedback @IndikaUdagedara It is very interresting. Indeed I had already heard of that issue. I keep that in mind for that feature.

I couldn't reproduce your scenario. Hard to understand what happened exactly. And hard to think of a solution that works for all databases Evolve supports. I would be happy to...

This example could help also: https://github.com/lecaillon/Evolve/issues/253#issuecomment-1008131273

Hey @peterhirn What do you have in mind with those GitHub actions. Not sure to fully understand

Hi, First, nerver tried with .Net6 Maybe test without the quotes surrounding the args.txt param ?

Hi @fdw Indeed this is a very specific issue. I don't think a new special instruction can help anyone but you :) Do you use Evolve as a NuGet package...

I was thinking about the new feature i'm adding : use its own custom [IMigrationLoader](https://github.com/lecaillon/Evolve/blob/master/src/Evolve/Migration/IMigrationLoader.cs). It could do the trick in your case maybe. But in fact, you could just...