Review, modernize, fix, or explain MSTest APIs using the installed version, including classic non-SDK packages.config projects and older MSTest 3.x. ALWAYS USE to "fix swapped Assert.AreEqual arguments", "replace ExpectedException with Assert.Throws/ThrowsExactly", choose specific assertions, fix St
Review, modernize, fix, or explain MSTest APIs using the installed version, including classic non-SDK packages.config projects and older MSTest 3.x. ALWAYS USE to "fix swapped Assert.AreEqual arguments", "replace ExpectedException with Assert.Throws/ThrowsExactly", choose specific assertions, fix StringAssert/CollectionAssert/IsInstanceOfType, modernize DataRow or DynamicData, configure lifecycle/