Skip to content

Commit

Permalink
fixes #2246
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Mar 28, 2024
1 parent 15a7202 commit 5c5a124
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ public ReverseEngineerHandler(EFCorePowerToolsPackage package)
var options = new ReverseEngineerOptions
{
Tables = new List<SerializationTableModel>(),
CodeGenerationMode = CodeGenerationMode.EFCore6,
CodeGenerationMode = CodeGenerationMode.EFCore8,
DatabaseType = DatabaseType.SQLServerDacpac,
UiHint = sqlProjectPath,
ProjectRootNamespace = await project.GetAttributeAsync("RootNamespace"),
OutputPath = "Models",
};

await SaveOptionsAsync(project, optionsPath, options, null, new Tuple<List<Schema>, string>(null, null));
Expand Down
Binary file modified src/GUI/lib/DacFX161.zip
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.Data.Tools.Schema.Sql.dll
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.Data.Tools.Utilities.dll
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.SqlServer.Dac.Extensions.dll
Binary file not shown.
Binary file modified src/GUI/lib/DacFX161/Microsoft.SqlServer.Dac.dll
Binary file not shown.
Binary file not shown.
Binary file modified src/GUI/lib/efreveng60.exe.zip
Binary file not shown.

0 comments on commit 5c5a124

Please sign in to comment.