Priority
Show-stopper
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
5.0.1612.107  
Build
811
Fixed in build
900
  • Submitted by   Mikhail Pilin
    20 months ago (03 Jun 2008 18:05)
  • Updated by Mikhail Pilin
    20 months ago (04 Jun 2008 15:15)
  • Jira: RSRP-70897
    (history, comments)

RSRP-70897

Lambda is wrong, but R# is green

0
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 (0)
 
Links
 
Issue has no comments