Compact Framework projects
I am considering purchasing Resharper but there is one major issue I'm having and that is it seems Resharper does not work properly when mixing CF and Full Framework projects in the same solution. Many errors show up with code such as:
command.CommandType = CommandType.Text;
(cannot convert source type System.Data.CommandType to System.Data.CommandType)
or
IList list = new List]]>();
list.Add(new Address());
(Argument type Address is not assignable to parameter type T)
I found an old thread with what seems like the same issue saying it would be fixed in 2.0. http://www.intellij.net/forums/thread.jspa?messageID=3553447
Most CF projects will reside in a solution that also has full framework projects whether its an installation project, unit tests, etc. Is there an open bug report for this already or a timeframe for a fix? Also, is there any workaround? It would be great if just these errors could be supressed somehow.
Just want to make sure this isn't on the backburner. I'm sure others are running into this as well. Resharper looks excellent otherwise but will be difficult to use on CF projects.
Please sign in to leave a comment.
"GC" <no_reply@jetbrains.com> wrote in message
news:7855153.1184858126907.JavaMail.itn@is.intellij.net...
Would a workaround (for now) simply be to use two separate solutions?
///ark
Unfortunately, Compact Framework projects are not suported by ReSharper 3.0
We'll fix this problem only in the next major release, 4.0
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"GC" <no_reply@jetbrains.com> wrote in message
news:7855153.1184858126907.JavaMail.itn@is.intellij.net...
>I am considering purchasing Resharper but there is one major issue I'm
>having and that is it seems Resharper does not work properly when mixing CF
>and Full Framework projects in the same solution. Many errors show up with
>code such as:
>
>
>
>
>
>
"Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote in
message news:f7q54d$fgb$1@is.intellij.net...
Just to be clear, R# works fine with CF projects (at least, the one I'm
working on). Apparently, the problem is when there's a non-CF project in the
same solution (like an installer).
///ark
Ok, I'll be looking forward to 4.0 then.
Yeah, the solution can't be split since it contains unit tests and some of my full framework projects rely on CF projects. I can deal with the false readings for now, the rest of resharper is great.