sorencoder
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 8
-
Created Debugging async methods
AnsweredGiven this code: class Program{ static async Task Main(string[] args) { int contextVariable = 1; await Task.Delay(100); int contextVariable2 = 2; await Task.Delay(... -
Created No more nightly builds for Rider?
AnsweredI cannot see the nightly build option in toolbox app. Have you stopped shipping them? -
Created Visual Studio color schema doesn't color get and set as keywords
Answered'get' and 'set' in properties are keywords and should be colored as keywords. How can I fix this? -
Created How to configure Rider to break line after => in method calls
AnsweredI want my code to be like this: Entities.ForEach((UnityEngine.RectTransform transform) =>{ }); But rider automatically reformats the code to this: Entities.ForEach( (UnityEngine.RectTransform... -
Created I can't find Settings Repository option in File menu in Rider
AnsweredIn settings page it says 'Use File -> Settings Repository to configure' but there is no such an option in File menu. Anyone can help? -
Created There are two "Go to Implementation" entries in keymap
AnsweredThere are two entries in Settings/Keymap with same name, yet different shortcuts (one doesn't have shortcut). Which one is true "Go to implementation" and what's the other one?