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
Fix ArgumentException in conditional expressions (#303)
Fix ArgumentException in conditional expressions
Before this commit, the following exception might be thrown:
> System.ArgumentException: Argument types do not match
> at System.Linq.Expressions.Expression.Condition(Expression test, Expression ifTrue, Expression ifFalse, Type type)
0 commit comments