Ali Bolourian

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created Test runner doesn't stop at breakpoints when debugging
I used to debug my unit tests with no problem. Lately after I added two libraries to my solution and started adding new unit tests, I noticed that unit tests don't stop at breakpoint when I try to ... -
Created Suggestion to add chained calls for formatting
I suggest to add chained call formating to list of "Line Breaks and Wrapping. For example, let's say I have the following line:Expect.Call(dao.LockRecordDAO.GetProcessedOrLockedRecordIds(typeof (Al... -
Created Go to next usage doesn't work
Hi all,I'm using ReSharper 4.1 on VS 2008. When I press Alt+F7 to find an expression it works just fine. But when I press Ctrl+Alt+Down arrow it doesn't go to next usage. I checked keyboard shortcu... -
Created Where are ReSharper 3.0 plugin document and samples
It's disappointing to see that ReSharper 3.0 as a commercial product has no document or sample for creating plugins. C'mon guys, this is not an open source product where you leave the documents for... -
Created [239] Code completion font
I'm in VS2003. I changed the font of editor, but the font of code completion list is still Courier New. The option is set to use Editor Font.--Ali Bolourian -
Created [236] VS 2003 crash when attaching process to aspnet_wp.exe
Once in a while I get an exception in VS 2003 and VS crashes when I try to attach the project (class library) to asp.net working process for debugging. This happens a few times a day to me. Please ... -
Created [236] Slow compile time and eventually crash
The compile time is slow, specially while preparing resources and once in a while VS 2003 crashes during the compilation only with 6 to 7 class library projects. Is it only me who has this problem?... -
Created [235] Inline variable unexpected behaviour
I have this class (Forget about the logic of the code):public class Class1{ private int _prop1 = 0; private int _prop2 = 0; public int Prop1 { get { _prop2++; return _prop1; } set { _pro... -
Created [235] VS 2003 is Frozen after unlocking the computer
I locked my computer and came back a bit later to see that my VS 2003 is frozen. Here's the stack trace after I attached VS to debugger. I hope this helps. 00000000() jetbrains.vsaddin.dll!JetBr... -
Created [235] Rename bug for class fields
I have this code:...private bool useTransaction;public bool UseTransaction{ get { return useTransaction; } set { useTransaction = value; }}...When I try to rename "useTransaction" field to "_useTra...