We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the .NotDefault() Precondition fails, the exception message is:
System.ArgumentException : Bookedtime "Parameter name: Value must have default value!"
Why would we say that it must have a 'default value' when the condition is that it is NOT the default value?
I think something like: "Parameter name: Must have a value other than the system default"
The text was updated successfully, but these errors were encountered:
oh you are right. this should be changed.
Sorry, something went wrong.
Feel free to make a pr otherwise I'll change it
I would add the default value to the message.
Agree
BoasE
No branches or pull requests
When the .NotDefault() Precondition fails, the exception message is:
System.ArgumentException : Bookedtime
"Parameter name: Value must have default value!"
Why would we say that it must have a 'default value' when the condition is that it is NOT the default value?
I think something like:
"Parameter name: Must have a value other than the system default"
The text was updated successfully, but these errors were encountered: