Migrator.EF6
Migrator.EF6 copied to clipboard
.NET Core CLI tool to enable EF6 migrations in an Asp.Net Core app.
Hi! I have 2 Projects in my solution, a .netCore 3.1 Project that refers to my API and another Project in .net Framework 4.8 that contains the EF6 migrations. When...
I have the problem that I can only run 1 command, after that I have the error: > The process cannot access the file 'MyAssembly.EntityFramework\bin\Debug\net47\MyAssembly.EntityFramework.dll' because it is being used...
Hey there, do you think there is any reasonable way to make this work with ZProject.EntityFramework.Classic? It's an EF6 fork that runs on .NET Core/netstandard, but has no migration tooling
Getting error... Unhandled Exception: System.InvalidOperationException: ServiceLocationProvider must be set. migrator.ef6.tools -> 2.1 dotnet -> 2.2.101 aspnetcore => 2.2 .net framework => 4.7.2
With the new version 2.1.0, there is a RESX being created alongside the .cs and Designer.cs, however, the path mentioned in the designer does not work properly. After calling `dotnet...
Handle adding resx file as EmbeddedResource when csproj EnableDefaultEmbeddedResourceItems is false
Hi :wave:, This tool has been very helpful in migrating a Asp.Net WebAPI2 solution to the newer sdk project format targeting net461 and still using EF6. This is a stepping...
Currently `DotnetToolDispatcher` is used to re-launch the tool at runtime. Because of this manual relaunching all the magic that dotnet cli does (like taking care of the binding redirects) is...
Add `migrations remove` command to remove (delete) the latest migration files applied. This helps when migration files become way too many to scroll through. This command exists in EFCore's tool.