refactor(dir): 🔥📦 rm EFCore.NamingConventions (too much hassle / buggy)

This commit is contained in:
Collin M. Barrett 2021-11-18 03:57:09 -06:00
parent b62654ee2a
commit 255e9bb622
2 changed files with 0 additions and 2 deletions

View file

@ -25,7 +25,6 @@ public static void AddInfrastructure(this IServiceCollection services, IConfigur
{
o.UseNpgsql(configuration.GetConnectionString("DirectoryConnection"),
po => po.MigrationsAssembly("FilterLists.Directory.Infrastructure.Migrations"))
.UseSnakeCaseNamingConvention()
#if DEBUG
.LogTo(Console.WriteLine, LogLevel.Information);
o.EnableSensitiveDataLogging();

View file

@ -17,7 +17,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0-rc.1" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0" />
</ItemGroup>