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
DiagnosticResult.CompilerWarning("CS1570").WithSpan(3,11,3,11).WithMessage("XML comment has badly formed XML -- 'Reference to undefined entity 'rarr'.'"),
146
+
DiagnosticResult.CompilerWarning("CS1570").WithSpan(6,7,6,14).WithMessage("XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'p'.'"),
147
+
DiagnosticResult.CompilerWarning("CS1570").WithSpan(7,1,7,1).WithMessage("XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'"),
148
+
},
149
+
},
150
+
FixedState=
151
+
{
152
+
Sources={fixedCode},
153
+
ExpectedDiagnostics=
154
+
{
155
+
DiagnosticResult.CompilerWarning("CS1570").WithSpan(6,7,6,14).WithMessage("XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'p'.'"),
156
+
DiagnosticResult.CompilerWarning("CS1570").WithSpan(7,1,7,1).WithMessage("XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'"),
DiagnosticResult.CompilerWarning("CS1570").WithSpan(6,7,6,14).WithMessage("XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'p'.'"),
202
+
DiagnosticResult.CompilerWarning("CS1570").WithSpan(7,1,7,1).WithMessage("XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'"),
0 commit comments