We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4d4bf commit cb79f49Copy full SHA for cb79f49
Assert.cs
@@ -1,12 +1,12 @@
1
#if DEBUG
2
3
-//#define BOOLEAN_CONDITION_CHECKS
4
-//#define NULL_CHECKS
5
-//#define FILE_PATH_CHECKS
6
-//#define ARRAY_BOUNDS_CHECKS
7
-//#define COMPARISON_CHECKS
8
-//#define ARITHMETIC_LOGIC_CHECKS
9
-//#define MEMORY_CHECKS
+#define BOOLEAN_CONDITION_CHECKS
+#define NULL_CHECKS
+#define FILE_PATH_CHECKS
+#define ARRAY_BOUNDS_CHECKS
+#define COMPARISON_CHECKS
+#define ARITHMETIC_LOGIC_CHECKS
+#define MEMORY_CHECKS
10
11
#endif
12
@@ -846,4 +846,4 @@ unsafe public static void IsMemoryAligned<T>(T* ptr)
846
}
847
#endregion
848
849
-}
+}
0 commit comments