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 7c1287b commit 5dbcefbCopy full SHA for 5dbcefb
EfEnumToLookup/LookupGenerator/EnumToLookup.cs
@@ -118,7 +118,7 @@ private IDbHandler GetDbHandler()
118
119
private LookupDbModel BuildModelFromContext(DbContext context)
120
{
121
-// recurse through dbsets and references finding anything that uses an enum
+ // recurse through dbsets and references finding anything that uses an enum
122
var enumReferences = FindEnumReferences(context);
123
124
// for the list of enums generate and missing tables
0 commit comments