Paul Hatcher

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
-
Paul Hatcher created a post, Cover all tests not running some assemblies
If I choose “Cover all tests” some assemblies are not re-run leaving the code coverage showing an outdated tests message.I can run the assemblies individually but I can't see what determines whethe... -
Paul Hatcher created a post, False positive "You repeated a word"
The language tool is seeing the comments containing a duplicate word as it's not seeing the wrapping tags, e.g. all my controller documentation triggers this…/// <summary> /// Get a model /// </sum... -
Paul Hatcher commented, -
Paul Hatcher created a post, Namespace using layout
I'm sure it used to be possible to automatically format namespaces as follows... using System;using System.Net;using System.Threading.Tasks;using System.Web.Http; using Bar.Core;using Bar.Data; usi... -
Paul Hatcher created a post, 2018.3 Code red lines
Installed the update and my code is now showing red lines even though it compiles correctly. Also tells me it can't navigate to extension methods. Tried clearing the Resharper cache and removing e... -
Paul Hatcher commented, -
Paul Hatcher created a post, C++ tests, Invalid path to the test executable
Upgraded to the latest Resharper, 2018.3 and my C++ tests are no longer working. I get a message "Invalid path to the test executable. Please specify test run configuration via the project debuggin... -
-