Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 13, 2012 3:32:09 PM |
Updated | Feb 13, 2012 3:32:09 PM |
Priority | Show-stopper |
Type | Bug |
Fix versions | Next |
State | Submitted |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
I just created a simple class library and checked the "Do not reference mscorlib.dll" option in project settings. When I edit Class1.cs, it does not complain that the type System.String does not exist (which it should not, because I do not reference mscorlib). More accurately, Intellisense thinks it exists, and so does full solution analysis, and no error line appears underneath it. However, syntax highlighting seems to understand that it is missing.