Skip to content

Commit

Permalink
fix validation (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ authored Nov 12, 2024
1 parent 2960ae3 commit df16717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Core/RevEng.Core.60/ReverseEngineerRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ private static void ValidateOptions(ReverseEngineerCommandOptions options, List<
if (options.UseDbContextSplitting)
{
warnings.Add("UseDbContextSplitting (preview) is obsolete, please switch to the T4 split DbContext template.");
options.UseDbContextSplitting = false;
}

if (options.UseT4Split && options.UseDbContextSplitting)
Expand Down

0 comments on commit df16717

Please sign in to comment.