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 b0be36b commit c6a1debCopy full SHA for c6a1deb
SQLite.CodeFirst/DbInitializers/SqliteInitializerBase.cs
@@ -3,7 +3,6 @@
3
using System.Data.Entity.ModelConfiguration.Conventions;
4
using SQLite.CodeFirst.Convention;
5
using System.IO;
6
-using System.Linq;
7
using SQLite.CodeFirst.Extensions;
8
using SQLite.CodeFirst.Utility;
9
SQLite.CodeFirst/Internal/Builder/CreateIndexStatementBuilder.cs
@@ -1,10 +1,8 @@
1
-using System;
2
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.Core.Metadata.Edm;
using System.Data.Entity.Infrastructure.Annotations;
-using System.Globalization;
using System.Linq;
using SQLite.CodeFirst.Builder.NameCreators;
10
0 commit comments