Thomaswoltjer
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Thomaswoltjer created a post, Show just own usages and base usages of method
Hi, In Rider, I can see the number of Own and base class usages of this dispose method: However, I can't seem to see this list itself! When I click on it, I get the list of all IDisposable.Dispose(... -
Thomaswoltjer created a post, Can I allow mixed indentation styles?
My team mixes indentation styles for calling methods. All these styles are accepted: var myVariable = SomeMethod( param1 ); var myVariable = SomeMethod( param1); var myVariable = SomeMetho...