Skip to content

Commit 83aa54c

Browse files
committed
fix issue with null baseclass on init command
1 parent 7dc04d6 commit 83aa54c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/EntityFrameworkCore.Generator.Core/Serialization/ContextClass.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ public ContextClass()
2525
PropertyNaming = ContextNaming.Plural;
2626
}
2727

28-
/// <summary>
29-
/// Gets or sets the base class to inherit from. Default is <see cref="DbContext"/>.
30-
/// </summary>
31-
/// <value>
32-
/// The base class.
33-
/// </value>
34-
[DefaultValue("DbContext")]
35-
public new string BaseClass { get; set; }
36-
3728
/// <summary>
3829
/// Gets or sets the property naming strategy for entity data set property.
3930
/// </summary>

0 commit comments

Comments
 (0)