Sven Heitmann
- Total activity 276
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 110
-
Created [Build 67] snapshot of visual studio constant cpu at 50%
HiI have uploaded a snapshot (integrated upload failed). The name of the file is snapshot_svenheitmann_resharper7_eap_20120615.rar and it was taken from Visual Studioi 2012 + R# 7 EAP while doing e... -
Created [Build 67] unit tests are broken
Hi,My unit tests don't work with teh testrunner anymore. It seems test runner in build 67 copies the tests to an out folder and can't find the referenced assemblies of the test project anymore. Thi... -
Created How to tell Resharper that a List/Enumerable will not contain null elements
HiI ues something like thatvar family = System.Drawing.FontFamily.Families.Where(ff => ff.Name == FontFamily).FirstOrDefault();and R# warns me that ff is perhaps null so I have to add a null checkv... -
Created Navigate to View broken?
Hi,I'm using the latest EAP build of Resharper and I noticed that the red lines below my View statements are gone so I can't navigate to them easy.Is there some option to disable them which perhaps... -
Created RSRP-273440 Discussion
Hi.The entry can be found here RSRP-273440To sum it up it is about the warning that comparing a floating value with 0.0f should be changed to use a epsilon. This feature is fine because a 2 in floa... -
Created Possibile multiple enumeration of an IEnumeration object
Hi.I get a lot of warnings that perhaps I execute a IEnumeration multiple times when I do a check if the IEnumeration object is null.I have a method which contains the test code itself.Is there som... -
Created Formatting Style in RazorView-Files
HiI noticed that I have an issue with the formating of my code in razor view files.I use the "At end of Line (K&R style)" setting for my bracers layout and setup the align settings to always get so... -
Created Limit Intelli Sense to non inherited methods/members only
Is there already some way to do this?Often I have the problem that I use a Form which has additional methodes or properties I want to look for but intelli sense popup is filled with the inherited p... -
Created Any documentation whats changed in the API between Resharper 5 and 6?
HiI love Resharper 6 however I miss agentjohnson and agentsmith and I thought perhaps I can fix them so that they work with Resharper 6. The original author has not done any updates yet perhaps it ... -
Created Question about color setting for highlight usages.
Hi.I want to change the background color of the variable where I used highlight usages.What I found are 2 settings, one where it is used as statement and one where it is used as target.See attachme...