-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Steps to reproduce:
using Microsoft.Language.Xml;
var document = Parser.ParseText("""
<Test>
<
</Test>
""");
Console.WriteLine(document.ContainsDiagnostics);Expected output:
True
Actual output:
False
The diagnostic is actually there on a nested node in the debugger, but both ContainsDiagnostics and GetDiagnostics() on parent nodes/document pretend like nothing is actually there
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels