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

Key: RSRP-3637
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Dmitry Lomov
Reporter: Dmitry Shaporenkov
Votes: 0
Watchers: 0
Operations

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

Assembly versioning problem

Created: 05 Aug 06 00:25   Updated: 24 May 07 15:50
Component/s: PSI
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Zip Archive vp.zip (7 kb)


Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=3637


 Description  « Hide
It seems that we currently do not take into account versioning issues while determining validity of an assignment of different types. Take a look at the example in the attached solution. The method in the first project takes a parameter of type CommandBar defined in the assembly Office version X. This method is called in the second project with an argument of type CommandBar defined in the same assembly but of the version Y. The code compiles fine regardless of if X is less than Y or vice versa. However, ReSharper complains about type incompatibility in the method call.

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