From 59770e336912ee6310ca189993943692e8994059 Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Fri, 11 Aug 2023 01:10:57 +0200 Subject: [PATCH] feat: add analyzers, which might be useful --- Server/Server.csproj | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Server/Server.csproj b/Server/Server.csproj index 47bb7bf..aa27665 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -19,6 +19,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + @@ -32,8 +36,28 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +