From 7e036c1d00948dcc6917cf3eec7432e62e8b3d8d Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Tue, 5 May 2026 08:48:04 +0200 Subject: [PATCH] chore(csproj): enable nullable reference types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Audit-Tooling hatte einen mehrstündigen Sweep mit 50–200 erwarteten Warnings prognostiziert. Tatsächliches Resultat: eine Zeile. Genau eine. Codebase war pro-File längst nullable-konform, wir hatten den Project-Switch nur nie umgelegt. Reminder dass Audit-Output ein Hinweis ist, kein Plan, und ein menschlicher Pass davor lohnt sich. --- HellionChat/HellionChat.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/HellionChat/HellionChat.csproj b/HellionChat/HellionChat.csproj index 9e045f3..0d048e8 100644 --- a/HellionChat/HellionChat.csproj +++ b/HellionChat/HellionChat.csproj @@ -6,6 +6,7 @@ derives from. --> 1.0.3 enable + enable true