You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an analyzer for all Assert/CollectionAssert/StringAssert APIs that reports a diagnostic if the user uses the overload with string format, params object[] items (naming of the parameters might differ) because these APIs will be dropped in MSTest v4.
The analyzer should have an associated code fix, allowing the user to replace all instances with either string. Format call or interpolated string.