Skip to content

Commit

Permalink
fix issue with null baseclass on init command
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Mar 23, 2024
1 parent 7dc04d6 commit 83aa54c
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ public ContextClass()
PropertyNaming = ContextNaming.Plural;
}

/// <summary>
/// Gets or sets the base class to inherit from. Default is <see cref="DbContext"/>.
/// </summary>
/// <value>
/// The base class.
/// </value>
[DefaultValue("DbContext")]
public new string BaseClass { get; set; }

/// <summary>
/// Gets or sets the property naming strategy for entity data set property.
/// </summary>
Expand Down

0 comments on commit 83aa54c

Please sign in to comment.