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

ContainsTranslator fix for arbitrary ICollection<T> implementations #18634

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

roji
Copy link
Member

@roji roji commented Oct 29, 2019

Fixes #17342

@roji roji requested a review from smitpatel October 29, 2019 10:31
@ajcvickers
Copy link
Member

/cc @Pilchie

@roji roji merged commit 23a8f0b into release/3.1 Oct 29, 2019
@roji roji deleted the ICollectionContains branch October 29, 2019 18:32
@@ -1300,6 +1300,28 @@ public override async Task Contains_with_constant_list_value_type_id(bool isAsyn
WHERE ((c[""Discriminator""] = ""Order"") AND (c[""OrderID""] = 10248))");
}

[ConditionalTheory(Skip = "Issue#17246 (Contains not implemented)")]
public override async Task List_Contains_with_parameter_HashSet(bool isAsync)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cosmos has ContainsTranslator too. Not sure if it works or why these all tests are disabled.

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.

Contains on generic IList/HashSet/ImmutableHashSet will throw exception
3 participants