Richard Deeming

- Total activity 616
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 47
- Subscriptions 209
-
-
Richard Deeming created a post, Finding uses of the "null-forgiving" operator
I'm trying to find uses of the “null-forgiving” operator (aka “damnit operator”, or “Janet Weiss operator”) in my project.Obviously a simple text-based search won't work, since “!” can also be used... -
-
-
Richard Deeming created a post, JavaScript regex literals
Trying to type a JavaScript regex literal containing an “@” character in a <script> block in a CSHTML file causes ReSharper to report false errors:<script>const pattern = /@@test\.com$/i;</script> ... -
Richard Deeming created a post, Extension updates fail on first attempt
Since installing R# 2024.2, every time I try to install an extension update when at least one extension is listed as “incompatible”, I get an error: The extension mentioned in the error message is ... -
Richard Deeming commented, -
-
-