T C

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created Using Resharper without agreeing to privacy policy
AnsweredI just upgraded to Resharper 2016.2. When I launched Visual Studio, Resharper asked me to agree to a privacy policy. I found the privacy policy to be unacceptable, so I rejected it. Then I discover... -
Created Building before running unit tests
AnsweredWhen I run a unit test by right-clicking on the green & brown circle in the left margin or by clicking either run button in the unit test sessions window, should I expect Resharper to build my test... -
Created "Qualifier is redundant" False Positive
In the VB.NET code below, A.B. is reported as a redundant qualifier, when it clearly is not.-TCClass A Public Shared B As ObjectEnd ClassClass BEnd ClassPublic Class C Dim D As Object = A.B.ToStr... -
Created Can Resharper help me deprecate "And" in favor of "AndAlso"?
I just found a bug in our code in which "And" was used where "AndAlso" is required. To prevent this kind of bug in the future, I would like to prohibit the use of "And" as a logical operator, and u... -
Created Resharper doesn't find all usages of a default property
I'm using Resharper with VB.Net in Visual Studio 2010.I'm trying to find all usages of a default property. Specifically, I'd like to find all usages of DataRow.Item(String). Because it is a default... -
Created "Value assigned is not used in any execution path" is incorrectly reported for a For/Next loop index
Resharper is reporting "Value assigned is not used in any execution path" for the index variable of a VB For/Next loop. For instance, it will give the warning for i in the code snippet below. Pu... -
Created How do I stop Resharper from adding characters to the right of the cursor?
I'm using Resharper with VB.NET in Visual Studio 2010. I don't like it when Resharper adds characters to the right of the cursor. For instance, if I were to type Dim x as List(Resharper would chan... -
Created How should I respond to "Field is never used" warnings?
In the following VB.NET unit test, Resharper warns me that _presenter is never used, and gives me the option to remove it or comment it out. Doing so would be a mistake, however, since _presenter i... -
Created How can I accept the default resolution for issues in the Inspection Results list?
I'm new to Resharper and I'm trying to learn how it works, so please bear with me if this is a simple question.I just changed the naming style for parameters. Then, I told Resharper to inspect code... -
Created Where is sln.DotSettings?
When I save my Resharper settings by clicking "Save To" and choosing the "team-shared" option, the hover text indicates that the settings will be saved to a "sln.DotSettings" file in my solution fo...