Skip to content

Commit e11e6a2

Browse files
feO2xCopilot
andauthored
Update Code/Plans/issue-119-must-contain-for-immutable-array.md
remove duplicate bullet point in plan for issue 119 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c969538 commit e11e6a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Code/Plans/issue-119-must-contain-for-immutable-array.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ The .NET library Light.GuardClauses already has several assertions for collectio
1616

1717
- There are already plenty of other assertions and tests in this library. All overloads are placed in the same file in the production code project. The test projects has top-level folders for different groups of assertions, like `CollectionAssertions`, `StringAssertions`, `DateTimeAssertions` and so on. Please take a look at them to follow a similar structure and code style.
1818
- This assertion specifically targets `ImmutableArray<T>` to avoid boxing that would occur with generic `IEnumerable<T>` extensions.
19-
- There are already plenty of other assertions and tests in this library. All overloads are placed in the same file in the production code project. The test projects has top-level folders for different groups of assertions, like `CollectionAssertions`, `StringAssertions`, `DateTimeAssertions` and so on. Please take a look at them to follow a similar structure and code style.
2019
- The assertion should verify that the `ImmutableArray<T>` contains the specified item.
2120
- If you have any questions or suggestions, please ask me about them.

0 commit comments

Comments
 (0)