Resharper v2.0 build 204
Hello,
Only want to say that the last release with build 204 install without problems, more faster, no warning dialogs, and no problems using VSNET 2003 and es-mx culture.
Testing now.
Regards
Please sign in to leave a comment.
I'm sorry.
I'm havin troubles with the colors representation in the icons for:
+ closed block.
+ suggestion (e.x. remove cast)
The color is represent with a hard rose color (the images grom the icons are not visible). you cant see a image in my previous post.
When you write the follow code:
this.itemgroups1.Text
RS go to left margin (automatically) for show the dropdown icon with the suggestion "Remove redundent qualifer". This is a bug, because not allows to the user continue editing the line.
Another issue :(
When you disabled RS via Tool, Add in Manager...; and you wrote the keyword "this" and a "." (dot), resharper is loaded automatically again (take a time, maybe 1.5 minutes).
Sorry for start anew thead, but a Modify or Edit option will be welcome!.
Regards
When you disabled RS via Tool, Add in Manager...; and you wrote the keyword "this" and a "." (dot), resharper is loaded automatically again (take a time, maybe 1.5 minutes).[/quote]
I'm forgotting that you must press CTRL + SPACE bar for that this issue become fired.
Hello CFQueb,
I think is due to the keyboard settings are still probably saved as Resharper
key settings and not the original VS settings.
Hello CFQueb,
this is really not a bug; this is the way add-ins are working in VS by design.
When the user
presses a shortcut mapped to a command provided by an add-in, VS loads this
add-in.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
But the Resharper Add-in already was disabled.
New exceptions are fired. See attached file for more details.
thank You in advance.
Attachment(s):
RS2.0 build 204_Exceptions.txt
That's just the way it works. Yes, it's disabled. But once you hit a
keystroke that is serviced by the plug-in, VS loads the plug-in to service
it.
You'd have to not hit a Resharper-mapped key combo, or reset your keyboard
mapping to avoid this.
"CFQueb" <no_mail@jetbrains.com> wrote in message
news:23892698.1124120273277.JavaMail.itn@is.intellij.net...
>
>
Using Resharper v2.0 build 204 with Refactor v1.0.16 from DevExpress, NullReference exceptions are fired.
Hello CFQueb,
sorry, I can't find the attachment. Could you please re-post it?
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello!,
Thank You for your reply. Here are the attached file:
http://www.intellij.net/servlet/JiveServlet/download/59-157988-4908961-6694/RS2.0build204_Exceptions.txt
Regards
Hello CFQueb,
thanks. When do you get this exception - during solution load or at some
other
moment of time? Could you also please descrie what assemblies are referenced
in your
solution.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi,
Thank You for your reply.
The exception is generated when the deseralization of an object is attempted (a
break point is placed into the deserialization constructor). When the file .cs
is called (for show the code at the break point), the exceptions are fired.
A exception is fired when the code implements serialization.
Here is a more detailed exceptions (see attached file):
Attachment(s):
Resharper 2.0 build 204 - Exceptions with serialization.txt
Hi,
do I understand properly that you get the exceptions during debugging? Is
the problem always reproducible?
Thanks.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yes, the problem is present yet!, even when the .cs is open it (when the project is open).
Regards