Reporter | Stefan (GreenMoose) |
---|---|
Created | Mar 6, 2012 11:58:12 AM |
Updated | Mar 6, 2012 11:58:12 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | Code Analysis |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
[6.1.1000.82]
/// <summary>This link is resolved by RS <see cref="http://example.com"/>
/// but this is not <see cref="https://example.com"/>
/// nor this <see cref="ftp://example.com"/>.
/// </summary>
class Foo
{
}
Above displays RS warnings for https and ftp.
/// <summary>This link is resolved by RS <see cref="http://example.com"/>
/// but this is not <see cref="https://example.com"/>
/// nor this <see cref="ftp://example.com"/>.
/// </summary>
class Foo
{
}
Above displays RS warnings for https and ftp.