EFCore Power Tools: The application to execute does not exist: 'contextlist'

313 views Asked by At

I'm using the EF Core Power Tools and am encountering an issue when I try to 'Compare DbContext to Database':

enter image description here

I am on version 2.5.636. The following is in the efptparams.txt file:

exec --depsfile "C:\Users\MSE\source\repos\MyProject\Backend\Data\bin\Debug\net5.0\Data.deps.json" --additionalprobingpath "C:\Users\MSE\.nuget\packages" --additionalprobingpath "C:\Program Files\dotnet\sdk\NuGetFallbackFolder" --fx-version  "C:\Users\MSE\AppData\Local\Temp\efpt\efpt.dll"  contextlist "C:\Users\MSE\source\repos\MyProject\Backend\Data\bin\Debug\net5.0\Data.dll" "C:\Users\MSE\source\repos\MyProject\Backend\MyProjectAPI\bin\Debug\net5.0\MyProjectAPI.dll" 

The following is shown in the output window when I try this:

System.ArgumentException: Error:
The application to execute does not exist: 'contextlist'

Parameter name: processResult
   at async Task<IEnumerable<string>> EFCorePowerTools.Handlers.Compare.CompareHandler.GetDbContextTypesAsync(string outputPath, Project project) in C:/projects/efcorepowertools/src/GUI/EFCorePowerTools/Handlers/Compare/CompareHandler.cs:line 170
   at async Task EFCorePowerTools.Handlers.Compare.CompareHandler.HandleComparisonAsync(string outputPath, Project project) in C:/projects/efcorepowertools/src/GUI/EFCorePowerTools/Handlers/Compare/CompareHandler.cs:line 84
0

There are 0 answers