( or . expected
The XML in a doc comment was badly formed.
The following sample generates CS1036:
using System; /// <seealso cref="System.String*"/> // CS1036 // try the following line instead /// <seealso cref="System.String"/> public class Test { public static void Main() { } }