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
As the Id type is now a stuct all the current code need to be re-evaluated in this light
The text was updated successfully, but these errors were encountered:
A point to correctly handle is that the underlying value can now always be null if the type is nullable.
So code like :
public override int GetHashCode() { return Value.GetHashCode(); }
Should not be generated.
Sorry, something went wrong.
Handle null value in IConvertible implementation
1726ce6
Null values are now passed to Convert.ToXXX or Convert.ChangeType instead of throwing an exception. Related to #3
vbfox
No branches or pull requests
As the Id type is now a stuct all the current code need to be re-evaluated in this light
The text was updated successfully, but these errors were encountered: