-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
VB expression tree differences #69
Comments
Reported as dotnet/efcore#30773 |
Reported as dotnet/efcore#29185 |
Note : VB use three-valued logic when comparing nullable value types Here,
Generate this query which can be optimized...
with UseRelationalNulls(False)
Reported as dotnet/efcore#27202 |
Note, there is an issue on the main repo for the comparison issue with nullable types : |
/cc @smitpatel @maumar |
I added some simple functional tests here |
VB generates differences in expression trees which can cause annoying issues when using EFCore.
If you are experiencing any of these issues, you can report it here. I will sort them and then open the tickets on the main repository.
They can also help us in creating functional tests later. dotnet/efcore#14572
The text was updated successfully, but these errors were encountered: