[Mono-list] Errors with XML Comments during build
Jonathan Pryor
jonpryor at vt.edu
Sun Oct 24 18:55:02 EDT 2010
On Oct 24, 2010, at 4:19 PM, Ryan Boggs <rmboggs at gmail.com> wrote:
> I have a project that I am trying to build on Mono-2.8 but it is
> erroring out with the following message:
> error CS1574: XML comment on 'full method name here' has cref
> attribute 'System.String' that could not be resolved
It's a cref, so you need to provide a "type." Thus, you want "T:System.String".
- Jon
More information about the Mono-list
mailing list