Cpowell
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Cpowell created a post, ReSharper 2022.2 won't install in VS 2022
Hello. ReSharper 2022.1.2 works fine locally in VS 17.2.6. I just tried to update to ReSharper 2022.2 and received the following error: I've saved the installation log as well : Upload id: 2022_08... -
-
-
-
Cpowell created a post, Code analysis incorrectly errors on const char* / string
Hello. I have a function signature like so: void Logger::init(const std::string& fn) When I use this as so: Logger::init("\\work\\my_log.txt"); Resharper C++ incorrectly flags this as an erro...