Richard Deeming

Avatar
  • Total activity 637
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 47
  • Subscriptions 218
  • Created

    ReSharper auxiliary service failed

    Since this morning's update to 2026.2.0.1, I am consistently getting:ReSharper auxiliary service failedThe service responsible for spelling, grammar, and SQL support is not runningI have tried rest...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Is Junie actually able to apply changes?

    Answered
    I asked Junie to identify and fix a load of CS0121 errors in my solution.At first, it claimed there were no such errors. I told it there were over 400, and it was then able to find them.It listed s...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    2026 EAP not recognising source generators?

    I have two .NET 10 projects, both of which use source generators. Both projects compile and run without errors. But in one project, R# 2026.1 EAP 6 consistently refuses to recognise the source-gene...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Async test methods never complete

    VS2026 v18.0.1R# 2025.3.0.1MSTest.Sdk/4.0.2I have a number of async tests in my test project. For example:[TestClass] public class AsyncCommandExtensionsTests { public TestContext TestContext {...
    • 4 followers
    • 8 comments
    • 0 votes
  • 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 ...
    • 1 follower
    • 0 comments
    • 0 votes
  • 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...
    • 3 followers
    • 1 comment
    • 1 vote
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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> ...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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 ...
    • 2 followers
    • 3 comments
    • 0 votes
  • 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...
    • 2 followers
    • 3 comments
    • 0 votes