Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-280761: False CS1584 warning for the types with prefixes in cref attribute

$
0
0
Reporter Sergii Vorushylo (Vro) Sergii Vorushylo (Vro)
Created Nov 15, 2011 1:33:35 PM
Updated Jan 27, 2012 3:02:55 PM
Resolved Nov 23, 2011 4:30:00 PM
Priority Normal
Type Bug
Fix versions No Fix versions
State Won't fix
Assignee Evgeny Pasynkov (pasynkov)
Subsystem Code Analysis
Affected versions 6.0
Fixed in build No Fixed in build
There is a problem with type name prefixes T, E, P, M.

Value of cref attribute is marked with warning CS1584:
/// <summary>
/// Raises the <see cref="E:PackageInstalled"/> event.
/// </summary>

And no warning if we have it with a full namespace specified like this:
/// <summary>
/// Raises the <see cref="E:Packaging.SitePackageManager.PackageInstalled"/> event.
/// </summary>

IntelliSense also doesn't work if there is any prefix in cref attribute.

Viewing all articles
Browse latest Browse all 106942

Trending Articles