-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Code ImprovementAllows for more readable code.Allows for more readable code.
Description
In namespace EntityFramework.Explained.Schema; (and corresponding folder ofcourse), create an abstract class, pick a good name ;-)
This class will be used as a utility base class for all schema tests
The idea is to get rid of all the DbContext creation noise.
For now just move the function EntityFramework.Explained.Schema.Conventions.GetReader in there, making it protected ofcourse, and maybe name it ReadFrom
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Code ImprovementAllows for more readable code.Allows for more readable code.