-
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
Linq v Lambda #72
Comments
Could you please elaborate more on what's behind |
Hmm. I've added two tests to reproduce the issue and it seems ok (see this commit 346206e). One is the integration tests that uses a Could please give more details, i.e. runtime environment or explain what's behind that property I mentioned earlier? |
Sorry, I neglected to sanitize my example. Hopefully this is clearer?
|
I'm seeing unexpected behavior when querying with LINQ versus a lambda expression.
From some test code...
fromLambda is always null but fromLinq is not null. My expectation was that they would both return the same city instance.
As background, I'm actually using a fork off of the alien-mcl/RomanticWeb fork which addressed Bug #69.
The text was updated successfully, but these errors were encountered: