From 15fa2cb34284d5eff7f27e03c97520a5582c57ee Mon Sep 17 00:00:00 2001 From: Tim Purschke Date: Mon, 3 Nov 2025 14:40:23 +0100 Subject: [PATCH] do not allow c# builds with warnings --- roles/Directory.Build.props | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 roles/Directory.Build.props diff --git a/roles/Directory.Build.props b/roles/Directory.Build.props new file mode 100644 index 000000000..80e9ef796 --- /dev/null +++ b/roles/Directory.Build.props @@ -0,0 +1,7 @@ + + + true + CS1998 + CS0618 + + \ No newline at end of file