Skip to content

Conversation

@Sergio0694
Copy link
Member

Title.

PR Checklist

  • Created a feature/dev branch in your fork (vs. submitting directly from a commit on main)
  • Based off latest main branch of toolkit
  • PR doesn't include merge commits (always rebase on top of our main, if needed)
  • Tested code with current supported SDKs
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Header has been added to all new source files (run build/UpdateHeaders.bat)
  • Contains NO breaking changes
  • Every new API (including internal ones) has full XML docs
  • Code follows all style conventions

Upgrades MSTest.TestAdapter and MSTest.TestFramework from 3.6.4 to 3.11.0 across all unit test project files to ensure compatibility with latest features and bug fixes.
Replaces usage of Assert.ThrowsException with Assert.ThrowsExactly across multiple unit test files to ensure that tests only pass when the exact exception type is thrown, improving test precision and reliability.
@Sergio0694 Sergio0694 added the testing 🏗️ Issues or changes related to testing infrastructure label Nov 7, 2025
Eliminated repeated [DataRow(64, 4, 0)] attributes from three test methods in Test_MemoryExtensions.cs to avoid redundant test cases and improve test clarity.
@Sergio0694 Sergio0694 merged commit 0b0e19c into main Nov 8, 2025
9 checks passed
@Sergio0694 Sergio0694 deleted the dev/update-mstest branch November 8, 2025 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing 🏗️ Issues or changes related to testing infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant