Reporter | Ian West (westy) |
---|---|
Created | Apr 13, 2012 3:36:00 AM |
Updated | Apr 16, 2012 2:38:57 AM |
Priority | Critical |
Type | Bug |
Fix versions | 7.0 |
State | Open |
Assignee | Kirill Falk (kfalk) |
Subsystem | Code Analysis - Solution-wide |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
Resharper incorrectly identifies errors in solution when Global Analysis is switched on.
Error in tooltip reads Cannot resolve method 'Serialize(System.IO.Stream, int)', candidates are:
void Serialize<int>(System.IO.Stream, int) (in class Serializer)
void Serialize<int>(System.Xml.XmlWriter, int) (in class Serializer)
Note that the type 'int' here can be substituted here for any other type and that Stream can be implemented by any Stream derived type to still produce this error.
The C# text editor shows the error underlined in red (under the parameters only)
Using Resharper 6.1.1 and ProtoBuf version 1.0.0.282
Error in tooltip reads Cannot resolve method 'Serialize(System.IO.Stream, int)', candidates are:
void Serialize<int>(System.IO.Stream, int) (in class Serializer)
void Serialize<int>(System.Xml.XmlWriter, int) (in class Serializer)
Note that the type 'int' here can be substituted here for any other type and that Stream can be implemented by any Stream derived type to still produce this error.
The C# text editor shows the error underlined in red (under the parameters only)
Using Resharper 6.1.1 and ProtoBuf version 1.0.0.282