Skip to content

Enhance CollectionAssert.AreEqual error messages to include full collections#6611

Open
Meir017 wants to merge 6 commits intomicrosoft:mainfrom
Meir017:feature/enhance-collection-assert-error-messages
Open

Enhance CollectionAssert.AreEqual error messages to include full collections#6611
Meir017 wants to merge 6 commits intomicrosoft:mainfrom
Meir017:feature/enhance-collection-assert-error-messages

Conversation

@Meir017
Copy link

@Meir017 Meir017 commented Sep 27, 2025

  • Update CollectionAssert.AreEqual to include full expected and actual collections in failure messages
  • Modify FrameworkMessages.resx to add placeholders for full collections
  • Update localization files (.xlf) with new message format
  • Add and update unit tests to verify the enhanced error messages

Fixes #334

…ections

- Update CollectionAssert.AreEqual to include full expected and actual collections in failure messages
- Modify FrameworkMessages.resx to add placeholders for full collections
- Update localization files (.xlf) with new message format
- Add and update unit tests to verify the enhanced error messages

Fixes microsoft#334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide additional information for assert failures

2 participants