Eric Hood
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Disabling ReSharper breaks LiveShare
I've got the latest VS2022. While trying to track down a problem, I decided to disable R#. That required me to restart VS. On restart I got an error message "CascadePackage did not load correctl... -
Created Confusing R# error state for TypeScript
CompletedI get the following messages when I have R# turned on. (Errors go away with R# off) I'm curious as to how both messages can be true at the same time? Is there anything I can do to fix it? Every... -
Created ; is expected
Sorry, that's all R# is telling me. The above is from the standard webpack.config.js file that Aurelia creates. I suspect this is R#, because it goes away if I disable R#. Why is this an error, a... -
Edited Ternary (?:) formatting (for TypeScript), no align except when nested?
Is there a way to get the following formatting with ?: in TypeScript? var variable = condition1 ? result1 : condition2 ? result2 : result3; All I can seem to get (with no align) is: var variabl...