Mohammad Rahhal

Results 46 comments of Mohammad Rahhal

Hi. I don't recognize this error. Does the sample in this repo work if you try dotnet ef6 in it? Does the tool work for you in other projects? I...

That's a strange error, never faced it before and I use Migrator.EF6 extensively at work. I'm trying to make something out but I have no idea what could be causing...

I see. Yeah really sorry, I have no idea where to begin. But if you find any hint let me know and I'll do my best to help. But one...

Hey. This project depends on the `EntityFramework` package's migration tooling for the real work. The question here is whether ZProject.EntityFramework.Classic contains the equivalent migration types I'm using. I haven't used...

Yeah, that's unfortunate. It was already a challenge to make this work with the fully available tooling in EF6.

We also had to make our peace with sticking with full .NET for one of our large projects because we need EF6. Nothing can be done here but wait for...

This doesn't tell me anything at all though. What version are you using? What framework, what dotnet sdk, which sdk version do you have installed...

Are you able to run the sample project that comes with this repo? Unfortunately I won't be able to tell why you're facing this just from this info. I suggest...

Why would there be a ".ApplicationDbContext" added? How are you organizing your folders? The migrations should be inside their own folder.

Are you sure you're using the `--output` option? I'm pretty sure this is accounted for. If possible, show me the project structure and what commands you're using.