Skip to content

Task: Update List<T>, SubList<T> implementation to match .NET 8 behavior #105

Open
@NightOwl888

Description

@NightOwl888

.NET 8 changes some collection behaviors. The test framework tests per interface and uses boolean switches to control tests for specific behaviors. We have configured the switches to make the tests pass based on the current behaviors rather than ensure they are in sync with .NET 8. So, the task is to go through the List<T> implementation and SubList<T>, bring in all changes between .NET 5 and .NET 8, and do the same with the List<T> tests, setting each of the boolean switches to match .NET 8 (as appropriate).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions