Skip to content

chore: update System.Linq compatibility tests #206

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented Jul 17, 2025

This PR update System.Linq.Tests project based on latest code.

What's changed in this PR

1. Add SequenceTests.cs/InfiniteSequenceTests.cs

It seems there is no compatibility issue.

Some System.Linq tests assertions failed on .NET 10 preview.6.
So I've added following comment that need modifications.

// TODO: Uncomment following assertions when released .NET 10 SDK preview.7

2. Update RangeTests.cs

  1. Update code based on latest code.
  2. Existing ZLinq tests don't tests ValueEnumerable.Range. So I've updated related tests.
  3. Following tests are omitted on ZLinq tests. Because interface is not compatible.
  • SequenceAsRangeTests
  • IListImplementationIsValid

3. Update Assert.* stub methods.

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