Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Richard Deeming
Total activity
637
Last activity
July 31, 2026 10:47
Member since
October 06, 2010 20:13
Following
0 users
Followed by
0 users
Votes
47
Subscriptions
218
Activity overview
Posts (64)
Comments (308)
Sort by recent activity
Recent activity
Votes
Created
April 24, 2023 14:44
I'm writing code that targets .NET Framework, where NRT is practically unusable - the nullable analysis attributes aren't defined, and none of the BCL was compiled with nullable annotations enabled.
Community
ReSharper Community
Impossible to satisfy R#
0 votes
Created
April 12, 2023 07:35
See the "Other updates" section in the blog post: With little demand for CSS in ReSharper, we found it increasingly hard to prioritize keeping up with the latest versions of the language. Starting...
Community
ReSharper Community
ctrl-shift-/ (commenting ) not working in css files
0 votes
Created
April 06, 2023 07:09
It's the same thing that happened when they disabled JavaScript support:https://youtrack.jetbrains.com/issue/RSRP-490852/Allow-Visual-Studio-IntelliSense-to-be-shown-on-cshtml-JavaScript-and-CSS-sc...
Community
ReSharper Community
New version breaks CSS intellisene
0 votes
Created
August 11, 2022 07:45
I've sent the log file as requested - #4221210 Turning off the "read project model directly" option for the affected class library seems to have resolved the issue.
Community
ReSharper Community
Project load failed; collection was modified
0 votes
Created
July 21, 2022 07:16
I suspect you'll still need an attribute - see my answer on your other thread.
Community
ReSharper Community
Custom Null Checking Patterns - How to add without using Attributes?
0 votes
Created
May 03, 2022 10:26
The required assembly binding redirects used to match the version of the package that was installed. Suddenly finding a redirect to a version that's two millennia away looks like a bug. If it's int...
Community
ReSharper Community
JetBrains.Annotations: Wrong version
0 votes
Created
April 22, 2022 12:41
It's also producing "cannot resolve template" errors for [UIHint("...")] attributes, even though the template exists and works correctly.
Community
ReSharper Community
MVC5 v5.2.8 breaks navigation
0 votes
Created
March 10, 2022 08:20
I suspect R# can't be certain that calling the same method twice will return the same value. Try storing the value returned from GetTableName in a local variable instead. var contentType = _db.Mode...
Community
ReSharper Community
Possible Null assignment to non-nullable entity
0 votes
Created
February 25, 2022 08:23
var for reference types is always assumed to be nullable, since it could be assigned a null value later in the code:LDM-2019-12-18 The R# behaviour is correct as per the C# specification.
Community
ReSharper Community
Don't refactor to nullable "type?"
0 votes
Created
February 17, 2022 10:06
D'oh! I missed that part of the pattern. Of course, the method can be simplified still further by using the generic GetCustomAttribute method: public static string GetDescription<T>(this T value) w...
Community
ReSharper Community
Merge into pattern confusion
0 votes
«
First
‹
Previous
Next
›
Last
»