Richard Deeming
- Total activity 632
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 47
- Subscriptions 216
-
Created AI-generated files using wrong line endings
My solution has an .editorconfig file which specifies:end_of_line = crlfAll of the existing files in my solution us CRLF for line endings.And yet, when I use the AI Assistant to generate tests for ... -
Created Activating AI Assistant is needlessly complicated
We've just upgraded from ReSharper to dotUltimate. Everything installed correctly, but activating the AI Assistant in Visual Studio 2022 was not as easy as it should be.I started Visual Studio, and... -
Created 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... -
Created 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> ... -
Created 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 ... -
Created Impossible to satisfy R#
I have a class which implements IFormattable. No matter what I do, R# complains about the provider parameter. Starting with: public string ToString(string format, IFormatProvider formatProvider = n... -
Created Project load failed; collection was modified
I have a solution consisting of multiple class library projects and a single MVC5 project. After publishing the MVC5 project, R# pops up an error notification: Project '...' load failedCollection w... -
Edited JetBrains.Annotations: Wrong version
AnsweredThe 2022.1.0.0 version of the JetBrains.Annotations package has a version number of 4242.42.42.42! The problem was caused by this commit last November. -
Created MVC5 v5.2.8 breaks navigation
AnsweredAfter updating the MVC5 NuGet references to v5.2.8, which was released 10 days ago, R# 2022.1 no longer allows me to navigate to the controller / action from a Url.Action call in a Razor file, and ... -
Created Supposedly "fixed" issue not actually fixed! (Cannot resolve event "formdata")
Cannot resolve event "formdata" This issue was marked as "fixed" in 2022.1 EAP 9. However, after installing the final release of 2022.1, the error has NOT been fixed.