Skip to content

Some tests in Linq.Expressions should be in Linq or Linq.Queryable #17057

@JonHanna

Description

@JonHanna

In particular MatchSequencePattern tests for consistency between Enumerable and Queryable and so should be in the tests for each to catch any regressions in either. (Consider how dotnet/corefx#5947 changing the Enumerable API didn't trigger it in CI).

There are some further tests that are really testing Enumerable or Queryable and should be tested along with the relevant assembly, though most are already well covered by the existing tests. And exception is QueryableOfQueryable which hits features of both Queryable and of Expressions but those features of Expressions it touches on are already well covered in parameter an lambda tests.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions