Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
4.5, 4.5.1, 5.0
State
Fixed
Assignee
Evgeny Pasynkov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    4 years ago (30 May 2007 16:30)
  • Updated by   Vladimir Reshetnikov
    2 years ago (20 May 2009 14:42)
  • Jira: RSRP-41721
    (history, comments)
 
RSRP-41721 'using' directive is not redundant in fact, if it is used in xml-comments
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
using System;

namespace Nikov.Classes
{
    public class A
    {
        /// <summary>
        /// See constructor <see cref="Exception()"/>.
        /// </summary>
        public static void Foo()
        {
        }
    }
}


Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments