Bugzilla – Bug 317397
CS1584 reported for cref containing @ character.
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by gert.driesen@pandora.be 2005-03-05 10:28:11 MST ---- mcs reports CS1584 for cref's containing @ character. To reproduce, compile the following code snippet (using mcs /target:library /doc:test.xml test.cs): /// <summary><see cref="@true" />, <see cref="@Whatever" /></summary> public enum Test { /// <summary>Yes</summary> @true, /// <summary>Nope</summary> @false, /// <summary>Maybe</summary> Whatever } Actual result: test.cs(9) warning CS1584: XML comment on 'Test' has syntactically incorrect attribute '@true' test.cs(9) warning CS1584: XML comment on 'Test' has syntactically incorrect attribute '@Whatever' Compilation succeeded - 2 warning(s) Expected result: Compilation succeeded (with no warnings) (which would match the result of compiling the same code using csc) ---- Additional Comments From atsushi@ximian.com 2005-03-10 12:41:04 MST ---- Fixed in svn too. Unknown operating system unknown. Setting to default OS "Other".