I would like to have the ability to turn off the checks in certain conditions or areas of the code. Would you be open to a pull request that adds [Conditional("PRECONDITIONS")] to the methods, so they could be turned on and off by a define?
It would require all users to define the symbols of course, which isn't ideal.
I would like to have the ability to turn off the checks in certain conditions or areas of the code. Would you be open to a pull request that adds
[Conditional("PRECONDITIONS")]to the methods, so they could be turned on and off by a define?It would require all users to define the symbols of course, which isn't ideal.