codekaizen

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
codekaizen commented, -
-
codekaizen created a post, Correcting false positive inspection match with custom pattern fails
Greetings,I have a pattern where I have a sequence of `Nullable<T>` instances which I filter via `Where` testing for null, then later use the instance `Value`. R# pegs this as a "Possible InvalidOp... -
-
-
-
-
-
-
codekaizen created a post, Customized MsBuild file causes ReSharper parsing to fail
Greetings,I've come across the following situation, and wonder if anyone else has had this problem or can offer a workaround.In order to have my projects be able to refer to a required external ass...