From b74729c23ef6605273c24f62c23e0fedccd0dc44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Sat, 6 Dec 2025 21:27:44 +0300 Subject: [PATCH] =?UTF-8?q?projelerdeki=20#nullable=20hatas=C4=B1=20sustur?= =?UTF-8?q?uldu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/modules/Erp.MailQueue/Erp.MailQueue.csproj | 1 + .../Erp.Notifications.Domain/Erp.Notifications.Domain.csproj | 1 + .../Erp.Platform.Application.Contracts.csproj | 1 + .../Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/api/modules/Erp.MailQueue/Erp.MailQueue.csproj b/api/modules/Erp.MailQueue/Erp.MailQueue.csproj index f73ec4a2..243b2423 100644 --- a/api/modules/Erp.MailQueue/Erp.MailQueue.csproj +++ b/api/modules/Erp.MailQueue/Erp.MailQueue.csproj @@ -4,6 +4,7 @@ net9.0 enable true + $(NoWarn);CS8632 diff --git a/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj b/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj index 1309f884..23e39960 100644 --- a/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj +++ b/api/modules/Erp.Notifications/Erp.Notifications.Domain/Erp.Notifications.Domain.csproj @@ -6,6 +6,7 @@ net9.0 enable Erp.Notifications + $(NoWarn);CS8632 diff --git a/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj b/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj index d99ab2b8..67f11d41 100644 --- a/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj +++ b/api/src/Erp.Platform.Application.Contracts/Erp.Platform.Application.Contracts.csproj @@ -5,6 +5,7 @@ net9.0 Erp.Platform + $(NoWarn);CS8632 diff --git a/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj b/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj index af547035..4905e2ac 100644 --- a/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj +++ b/api/src/Erp.Platform.HttpApi.Host/Erp.Platform.HttpApi.Host.csproj @@ -6,6 +6,7 @@ net9.0 Erp.Platform true + $(NoWarn);CS8632