Skip to content
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

Case insensitivity option is now properly used inside lambda expressions #222

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

metoule
Copy link
Contributor

@metoule metoule commented Jan 19, 2022

The comparers for the known types and identifiers were lost when cloning the parser settings.

I also took the opportunity to address the fact that case insensitivity wasn't used when resolving extension methods, which wasn't consistent. Now, extension methods are resolved with the proper case comparison.

Fixes #221

Case insensitivity is now also used when trying to dinf extension methods.
Fixes dynamicexpresso#221
@metoule metoule merged commit 05d9769 into dynamicexpresso:master Jan 20, 2022
@metoule metoule deleted the fix_221 branch January 20, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Case sensitivity option is not applied inside lambda expression
2 participants