-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LINQ : Adds support for case-insensitive searches (#1721)
* LINQ : Add support for case-insensitive searches #1647 * code review and additional baselines tests * vary string case for baseline tests * comment supported overloads for string.Contains implement extension method for netstandard2.0 string.Contains vary casing in CosmosItemLinqTests * target 2.1 and remove contains testing methods * remove check for static method Co-authored-by: j82w <j82w@users.noreply.github.com> Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com> Co-authored-by: Brandon Chong <bchong95@users.noreply.github.com>
- Loading branch information
1 parent
49e290a
commit d29badf
Showing
5 changed files
with
309 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.