History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-56996
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Valentin Kipiatkov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Class with Main method shouldn't be treated as globally unused

Created: 31 Jan 08 13:40   Updated: 05 Feb 08 15:29
Component/s: Code Analysis - Solution-wide
Fix Version/s: Alderman
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
class B<T>
{
  B(Func<int, T> p)
  {
  }

  public static void Main()
  {
    new B<int>((x) => 1);
  }
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.