Template
🔧 Updates overflow checking behavior for performance
Changes the default setting for CheckForOverflowUnderflow to false to improve performance during math operations.
This commit is contained in:
@@ -49,8 +49,9 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<!-- Defaults to checked context for math operations, throws OverflowException when needed -->
|
||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||||
<!-- Defaults to unchecked context for math operations for performance -->
|
||||
<!-- set to true to throws OverflowException when needed -->
|
||||
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="OpenApi Source Generated Interceptors">
|
||||
|
||||
Reference in New Issue
Block a user