We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc04d6 commit 83aa54cCopy full SHA for 83aa54c
src/EntityFrameworkCore.Generator.Core/Serialization/ContextClass.cs
@@ -25,15 +25,6 @@ public ContextClass()
25
PropertyNaming = ContextNaming.Plural;
26
}
27
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
-
37
/// <summary>
38
/// Gets or sets the property naming strategy for entity data set property.
39
/// </summary>
0 commit comments