mirror of
https://github.com/fergalmoran/EFCore.NamingConventions.git
synced 2025-12-22 09:38:21 +00:00
Correct tiny warning thing
This commit is contained in:
@@ -25,6 +25,6 @@ namespace Microsoft.EntityFrameworkCore.TestUtilities
|
|||||||
|
|
||||||
#pragma warning disable EF1001
|
#pragma warning disable EF1001
|
||||||
public override LoggingDefinitions LoggingDefinitions { get; } = new SqliteLoggingDefinitions();
|
public override LoggingDefinitions LoggingDefinitions { get; } = new SqliteLoggingDefinitions();
|
||||||
#pragma warning enable EF1001
|
#pragma warning restore EF1001
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user