|
Bugzilla – Full Text Bug Listing |
| Summary: | dmcs fails to resolve types in xml comments | ||
|---|---|---|---|
| Product: | [Mono] Mono: Compilers | Reporter: | Jean-Baptiste Evain <jbevain> |
| Component: | C# | Assignee: | Marek Safar <msafar> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Mono Bugs <mono-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | SVN | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
dupe, it's regression of the last big changes in mcs code base *** This bug has been marked as a duplicate of bug 603454 *** |
Repro: <<<<<< using System; namespace System.Linq.Expressions { class Program { /// <summary> /// Bang: <see cref="System.Type"/> bang. /// </summary> public static void Main () { } } } <<<<<< We're issuing a: test.cs(10,36): warning CS1574: XML comment on `System.Linq.Expressions.Program.Main()' has cref attribute `System.Type' that could not be resolved csc does not. Blocks IronRuby 1.1 compilation which is built with warnaserror.