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 cd02ee3 commit a13fbd2Copy full SHA for a13fbd2
1 file changed
src/Verify.EntityFramework/VerifyEntityFramework.cs
@@ -3,7 +3,6 @@
3
public static class VerifyEntityFramework
4
{
5
static List<(Type type, string name)>? modelNavigations;
6
- static bool formatSql;
7
8
public static async IAsyncEnumerable<object> AllData(this DbContext data)
9
@@ -126,7 +125,6 @@ public static void Initialize(IModel? model = null)
126
125
VerifierSettings.RegisterFileConverter(
127
QueryableToSql,
128
(target, _) => QueryableConverter.IsQueryable(target));
129
- formatSql = model != null && model.IsSqlServer();
130
VerifierSettings.IgnoreMembersWithType(typeof(IDbContextFactory<>));
131
VerifierSettings.IgnoreMembersWithType<DbContext>();
132
var converters = DefaultContractResolver.Converters;
0 commit comments