From 4913ab7ecfa7e4bb22e848b3e954d5fe82c0d8ab Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Thu, 16 Apr 2026 14:55:14 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Updates=20overflow=20checking=20?= =?UTF-8?q?behavior=20for=20performance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes the default setting for CheckForOverflowUnderflow to false to improve performance during math operations. --- Directory.Build.props | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7d4e87a..ce38f04 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -49,8 +49,9 @@ - - true + + + false