Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
4.1
State
Fixed
Assignee
Evgeny Pasynkov
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Mikhail Pilin
    3 years ago (03 Jun 2008 19:05)
  • Updated by   Mikhail Pilin
    3 years ago (04 Jun 2008 16:15)
  • Jira: RSRP-70897
    (history, comments)
 
RSRP-70897 Lambda is wrong, but R# is green
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
public A()
{
DoAgent((h, d, i, v) => h.Service.Install);
}

        private static void DoAgent(Action<IHost, string, string, Version> action)
        {
                action(
                    null,
                    Path.Combine(InstallPath, FileName_Agent),
                    host.InstructionSets.First(),
                    new Version(Environment.Version.ToString(3)));
        }


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