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

Allow more types for .In() and .Contains() #31

Merged
merged 1 commit into from
Apr 25, 2019
Merged

Conversation

borigas
Copy link
Collaborator

@borigas borigas commented Apr 24, 2019

I needed .In() with a Guid, but Guid doesn't doesn't implement IConvertible. I couldn't find anything actually using IConvertible, so I just removed the constraint

@matteobortolazzo
Copy link
Owner

All primitives implements IConvertible, however you are right, Guid and DateTime are useful.

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.

2 participants