Chris Marisic
- Total activity 220
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 79
-
Created Javascript expressions is always 'false' error
if you have a function:function(newValue) {var booleanNewValue = (!!newValue);.....Resharper incorrectly states "!newValue" is always false. This ignores truthy-falsey of javascript. The resultant ... -
Created Navigate to source causes analysis errors
Suppose i have an interface IFoo with a method void Bar(IBaz baz).I use navigate to sources by CTRL+click on the Bar() method implementation that comes from an unowned assembly.Now source code anal... -
Created R#9 shadow copy for tests seems broken
After upgrading to R#9 i have seen very inconsistent behavior for executing tests. It's like running the tests just "doesn't work". It seems like if the test window needs to build anything, it real... -
Created Feature Request - R# comment syntax that doesn't suck
So I have a peice of code that via static analysis cannot determine the enumeration of this will only occur multiple times on an array. Since it doesn't understand it can only be an array, R# corre... -
Created invalid - Cannot resolve method _____ canddidates are: ____ in class ___, ____ in class ___
As I posted in my previous post, i have an inheritance chain of A : B : CI have 2 extension methods that cover this A, and this C.If I invoke the extension method for this C from a typeof(B) it wil... -
Created invalid - Argument type _____ is not assignable to parameter type ____
I have an inheritance structure of:A : B : CI am supplying a typeof(A) to a method that accepts a parameter of typeof(C).R# apparently is not respecting the inheritance chain and is only looking at... -
Created invalid - Expected a method with ____ signature
Have any users been seeing resharper marking files with errors " Expected a method with ____ signature" when assign methods to both EventHandlers and to Func/Action delegates?R# 6.1 Windows 7 x64 1... -
Created HighlightUsages keyboard commands don't make sense
"Use Shift+Alt+F11 (HighlightUsages), to easily see usages of a variable or another symbol.Use Ctrl+Alt+Up and Ctrl+Alt+Down to navigate between highlighted occurences.Press Escape to remove the h... -
Created Cannot submit errors, Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
This has happened to me on any R# 6.1 EAP build I've used.Machine is: quad core xeon X64, 12GB ram, Win7 Ultimate, VS 2010 UltimateAttachment(s):arg.png -
Created Disable type / property name etc analysis in a specific assembly?
Is there a way to disable type / property name analysis in a specific assembly?In my unit tests I frequently myself writing variables, types, classes, methods etc that all use _ to seperate words t...