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
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Expected:{Environment.NewLine}A project diagnostic with No location{Environment.NewLine}Actual:{Environment.NewLine}",ex.Message);
107
+
108
+
varexpectedMessage=$"Context: Diagnostics of test state{Environment.NewLine}"
109
+
+$"Expected a project diagnostic with no location:{Environment.NewLine}"
110
+
+$"{Environment.NewLine}"
111
+
+$"Expected diagnostic:{Environment.NewLine}"
112
+
+$" // warning SA1002: Semicolons should be followed by a space{Environment.NewLine}"
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Mismatch between number of diagnostics returned, expected \"0\" actual \"2\"",ex.Message);
168
+
Assert.StartsWith($"Context: Diagnostics of test state{Environment.NewLine}Mismatch between number of diagnostics returned, expected \"0\" actual \"1\"",ex.Message);
0 commit comments