Rob Fazio
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Rob Fazio created a post, Feedback - Rider's Quick Documentation should include a link to MSDN docs for Types/Methods/Classes etc
Currently if I invoke the quick doc on a .NET symbol, Rider will display a popup with some information (assuming there are any). However, for many .NET APIs their inline docs are non existent (for ... -
Rob Fazio created a post, AnsweredRider suggests converting Property getters to Auto-Props for [SerializedField] fields
currently if I declare a serialized field and a property that only exposes a getter to this field, Rider will suggest to convert it to an auto-prop and messes everything up. for example: public int... -