From 15e83de25c972b129d97062de116075e2a64e1c8 Mon Sep 17 00:00:00 2001
From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com>
Date: Mon, 8 Jan 2024 17:18:52 +0100
Subject: [PATCH] chore: Ignore CA1859
---
Directory.Build.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index 70c21f5e4..8e01a5b3a 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -28,7 +28,7 @@
true
- CS0618,CS1591,SA0001,SA1600,SA1633,SA1649
+ CS0618,CS1591,SA0001,SA1600,SA1633,SA1649,CA1859
true