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

fix: Only apply .ToLower on properties that are strings #48

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

Jamess-Lucass
Copy link
Member

  • Added new integer property called Age for testing purposes
  • Only apply .ToLower() if the property type is string
  • If the property type is Guid, parse the string to a Guid and then do operand
  • Added tests to cover both Integer and Guid

@Jamess-Lucass Jamess-Lucass merged commit 0b2ed17 into main Feb 12, 2024
2 checks passed
@Jamess-Lucass Jamess-Lucass deleted the fix/string-tolower branch February 12, 2024 17:05
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.

1 participant