Reporter | Mauricio Scheffer (mausch1249231455740) |
---|---|
Created | Feb 7, 2012 3:25:59 AM |
Updated | Feb 7, 2012 3:25:59 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
ReSharper 6.1.42.60 doesn't seem to recognize extension methods implemented in F#. For example, the List() extension method used in https://github.com/mausch/Fuchu/blob/0858d448959329d59056c78ace964d23b74dc976/Fuchu.CSharpTests/Program.cs#L22 (defined in https://github.com/mausch/Fuchu/blob/0858d448959329d59056c78ace964d23b74dc976/Fuchu/Fuchu.fs#L278 ) is marked in red as an error and says "Cannot resolve symbol 'List'" , but it compiles successfully.