You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
IsCompatibleWith(typeof(short?), typeof(short)) returns false. The intent of the method seems to be to see if a short is compatible with an int, etc., but doesn't account for whether short? is compatible with short.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm running into an error which seems to stem from the decision made on this line of code:
WestwindToolkit/Westwind.Data/CommonClasses/Support/DynamicQuery.cs
Line 1738 in 29b35a2
IsCompatibleWith(typeof(short?), typeof(short))
returns false. The intent of the method seems to be to see if a short is compatible with an int, etc., but doesn't account for whether short? is compatible with short.The text was updated successfully, but these errors were encountered: