Stricq

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Stricq commented, -
-
Stricq created a post, Incorrect Auto Property Can Be Made Get Only Suggestion
I have a base class that has a property defined like this: protected virtual string ServiceName { get; set; } = "Unknown"; Resharper suggests that the setter can be removed. But this is incorrect,... -
Stricq created a post, Resharper Erroneously Thinks Properties are Not Nullable
Not sure when it started, but it was about a month ago. Maybe with the 2020.1 release. Using the RestSharp Nuget library, Resharper thinks that several of the RestSharp object's properties are Not... -
-
Stricq created a post, Resharper 9.1.2 and VS2015RTM
I'm seeing a major problem with typing in the editor of VS2015. I get double characters at random, and sometimes characters are transposed. Also, the editor is running so slow that I can outpace ... -
-
Stricq created a post, C# Advanced Naming Settings Not Working
I have created several C# custom naming rules usingthe Advanced Naming Settings window, but none of the rules take effect.I created a rule for protected fields but R# still complains about fields n...