diff --git a/Content.IntegrationTests/Content.IntegrationTests.csproj b/Content.IntegrationTests/Content.IntegrationTests.csproj index 1452fb6809..7b3e097987 100644 --- a/Content.IntegrationTests/Content.IntegrationTests.csproj +++ b/Content.IntegrationTests/Content.IntegrationTests.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/Content.Server.Database/Content.Server.Database.csproj b/Content.Server.Database/Content.Server.Database.csproj index 2cf17ebfd3..108a811093 100644 --- a/Content.Server.Database/Content.Server.Database.csproj +++ b/Content.Server.Database/Content.Server.Database.csproj @@ -13,11 +13,11 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + diff --git a/Content.Server.Database/NpgsqlTypeMapping.cs b/Content.Server.Database/NpgsqlTypeMapping.cs index c3300d51d3..5552ae1a6a 100644 --- a/Content.Server.Database/NpgsqlTypeMapping.cs +++ b/Content.Server.Database/NpgsqlTypeMapping.cs @@ -6,13 +6,12 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal; using Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal; using Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping; +#pragma warning disable EF1001 namespace Content.Server.Database { // Taken from https://github.com/npgsql/efcore.pg/issues/1158 // To support inet -> (IPAddress, int) mapping. - #pragma warning disable EF1001 public class CustomNpgsqlTypeMappingSource : NpgsqlTypeMappingSource - #pragma warning restore EF1001 { public CustomNpgsqlTypeMappingSource( TypeMappingSourceDependencies dependencies, diff --git a/Content.Tests/Content.Tests.csproj b/Content.Tests/Content.Tests.csproj index 74b5abb421..0763a5f519 100644 --- a/Content.Tests/Content.Tests.csproj +++ b/Content.Tests/Content.Tests.csproj @@ -13,9 +13,9 @@ - - - + + +