From df575706fbd4bbfd18d3176a34fe3c95ae75f41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Tue, 26 May 2026 12:03:11 +0300 Subject: [PATCH] =?UTF-8?q?DbMigrator=20uyarlar=C4=B1=20kald=C4=B1r=C4=B1l?= =?UTF-8?q?d=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/Directory.Build.props | 5 +++++ .../Sozsoft.Languages.Domain.Shared.csproj | 2 +- api/modules/Sozsoft.MailQueue/Sozsoft.MailQueue.csproj | 1 - .../Sozsoft.Notifications.Domain.Shared.csproj | 2 +- .../Sozsoft.Notifications.Domain.csproj | 1 - .../Sozsoft.Settings.Domain.Shared.csproj | 2 +- .../Sozsoft.SqlQueryManager.Domain.Shared.csproj | 2 +- .../Sozsoft.Platform.Application.Contracts.csproj | 1 - .../Sozsoft.Platform.HttpApi.Host.csproj | 1 - 9 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 api/Directory.Build.props diff --git a/api/Directory.Build.props b/api/Directory.Build.props new file mode 100644 index 0000000..120c9d0 --- /dev/null +++ b/api/Directory.Build.props @@ -0,0 +1,5 @@ + + + $(NoWarn);CS0162;CS8321;CS8618;CS8632 + + diff --git a/api/modules/Sozsoft.Languages/Sozsoft.Languages.Domain.Shared/Sozsoft.Languages.Domain.Shared.csproj b/api/modules/Sozsoft.Languages/Sozsoft.Languages.Domain.Shared/Sozsoft.Languages.Domain.Shared.csproj index e050e5a..e2833a9 100644 --- a/api/modules/Sozsoft.Languages/Sozsoft.Languages.Domain.Shared/Sozsoft.Languages.Domain.Shared.csproj +++ b/api/modules/Sozsoft.Languages/Sozsoft.Languages.Domain.Shared/Sozsoft.Languages.Domain.Shared.csproj @@ -4,7 +4,7 @@ net10.0 - true + false diff --git a/api/modules/Sozsoft.MailQueue/Sozsoft.MailQueue.csproj b/api/modules/Sozsoft.MailQueue/Sozsoft.MailQueue.csproj index b14a514..76b5dbc 100644 --- a/api/modules/Sozsoft.MailQueue/Sozsoft.MailQueue.csproj +++ b/api/modules/Sozsoft.MailQueue/Sozsoft.MailQueue.csproj @@ -4,7 +4,6 @@ net10.0 enable true - $(NoWarn);CS8632 diff --git a/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain.Shared/Sozsoft.Notifications.Domain.Shared.csproj b/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain.Shared/Sozsoft.Notifications.Domain.Shared.csproj index 3fe59da..043faed 100644 --- a/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain.Shared/Sozsoft.Notifications.Domain.Shared.csproj +++ b/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain.Shared/Sozsoft.Notifications.Domain.Shared.csproj @@ -6,7 +6,7 @@ net10.0 enable Sozsoft.Notifications - true + false diff --git a/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain/Sozsoft.Notifications.Domain.csproj b/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain/Sozsoft.Notifications.Domain.csproj index 5423f66..3ca2acd 100644 --- a/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain/Sozsoft.Notifications.Domain.csproj +++ b/api/modules/Sozsoft.Notifications/Sozsoft.Notifications.Domain/Sozsoft.Notifications.Domain.csproj @@ -6,7 +6,6 @@ net10.0 enable Sozsoft.Notifications - $(NoWarn);CS8632 diff --git a/api/modules/Sozsoft.Settings/Sozsoft.Settings.Domain.Shared/Sozsoft.Settings.Domain.Shared.csproj b/api/modules/Sozsoft.Settings/Sozsoft.Settings.Domain.Shared/Sozsoft.Settings.Domain.Shared.csproj index c07ea26..6829624 100644 --- a/api/modules/Sozsoft.Settings/Sozsoft.Settings.Domain.Shared/Sozsoft.Settings.Domain.Shared.csproj +++ b/api/modules/Sozsoft.Settings/Sozsoft.Settings.Domain.Shared/Sozsoft.Settings.Domain.Shared.csproj @@ -5,7 +5,7 @@ net10.0 Sozsoft.Settings - true + false diff --git a/api/modules/Sozsoft.SqlQueryManager/Sozsoft.SqlQueryManager.Domain.Shared/Sozsoft.SqlQueryManager.Domain.Shared.csproj b/api/modules/Sozsoft.SqlQueryManager/Sozsoft.SqlQueryManager.Domain.Shared/Sozsoft.SqlQueryManager.Domain.Shared.csproj index fa3721f..70cad1d 100644 --- a/api/modules/Sozsoft.SqlQueryManager/Sozsoft.SqlQueryManager.Domain.Shared/Sozsoft.SqlQueryManager.Domain.Shared.csproj +++ b/api/modules/Sozsoft.SqlQueryManager/Sozsoft.SqlQueryManager.Domain.Shared/Sozsoft.SqlQueryManager.Domain.Shared.csproj @@ -4,7 +4,7 @@ net10.0 - true + false Sozsoft.SqlQueryManager diff --git a/api/src/Sozsoft.Platform.Application.Contracts/Sozsoft.Platform.Application.Contracts.csproj b/api/src/Sozsoft.Platform.Application.Contracts/Sozsoft.Platform.Application.Contracts.csproj index b1096c3..86c9976 100644 --- a/api/src/Sozsoft.Platform.Application.Contracts/Sozsoft.Platform.Application.Contracts.csproj +++ b/api/src/Sozsoft.Platform.Application.Contracts/Sozsoft.Platform.Application.Contracts.csproj @@ -5,7 +5,6 @@ net10.0 Sozsoft.Platform - $(NoWarn);CS8632 diff --git a/api/src/Sozsoft.Platform.HttpApi.Host/Sozsoft.Platform.HttpApi.Host.csproj b/api/src/Sozsoft.Platform.HttpApi.Host/Sozsoft.Platform.HttpApi.Host.csproj index dd5e7ad..a3a774a 100644 --- a/api/src/Sozsoft.Platform.HttpApi.Host/Sozsoft.Platform.HttpApi.Host.csproj +++ b/api/src/Sozsoft.Platform.HttpApi.Host/Sozsoft.Platform.HttpApi.Host.csproj @@ -6,7 +6,6 @@ net10.0 Sozsoft.Platform true - $(NoWarn);CS8632