XS1569: Error writing to XML documentation file
Posted: Mon Feb 07, 2022 3:58 pm
Hello X# Team,
Whenever I put a
/// <summary>
above a single class definition the whole project does not compile anymore due to an infamous XS 1569 error:
XS1569: Error writing to XML documentation file: Fehler beim Vergleichen von zwei Array-Elementen
Luckily the error goes away when I removed the line. So everything is fine.
Is there anything wrong with this comment?
The line below the /// <summary> line are two simple comment lines that each starts with // and there is no closing /// </summary>
And is there any mean to find out more about the error and where it occurs?
(in this case I knew where it came from because I just had inserted the summary-comment).
Kind regards,
Peter
PS: I inadvertently posted this message first in the Welcome forum.
Whenever I put a
/// <summary>
above a single class definition the whole project does not compile anymore due to an infamous XS 1569 error:
XS1569: Error writing to XML documentation file: Fehler beim Vergleichen von zwei Array-Elementen
Luckily the error goes away when I removed the line. So everything is fine.
Is there anything wrong with this comment?
The line below the /// <summary> line are two simple comment lines that each starts with // and there is no closing /// </summary>
And is there any mean to find out more about the error and where it occurs?
(in this case I knew where it came from because I just had inserted the summary-comment).
Kind regards,
Peter
PS: I inadvertently posted this message first in the Welcome forum.