Stuart Stein
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Stuart Stein created a post, Resharper - Encapsulate Field always has Write usages
Resharper used to allow me to Encapsulate a field in a C# class and have it have be a Read Only field (i.e a getter only), however something has changed recently and it always has Write usages now ... -
-
Stuart Stein created a post, Different syntax highlighting based on the code
Is their anyway to add to the Resharper Fonts and Colours in Visual Studio?e.g. there is Resharper Todo Item Normal that highlights things in blue. Can we add to this?I thought we could via adding ... -
Stuart Stein commented, -
-
Stuart Stein commented, -
Stuart Stein created a post, Resharper "in" parameters seems to break overload resolution?
I'm seeing red squigglies on code where resharper apparently cant disambiguate method overloads, but I think it's only when using "in" parameters. e.g. This is fine: However, making the paramete... -
-
Stuart Stein created a post, Resharper not recognising C#7.3 System.Enum generic constraint
e.g. Will C# 7.3 support be coming soon(ish)? It has a few nice features that I'd like to be able to start using without squigglies... -
Stuart Stein created a post, Tab seems completely broken
I had a previous issue where Tab was triggering insert via TAB. This was resolved after clearing the cache, but it's started happening again. Except it's even worse now. e.g. I type BitConverter,...