se5a
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
-
se5a created a post, CompletedGit checkout a pull request.
Is there an easy way to do this in rider currently? I can view the request itself, but I don't see a way to checkout pull request code (preferably to a new local branch) without resorting to comman... -
se5a created a post, Can Autocomplete wrt Arrays be just a little smarter?
When typing ie `string[] foo = new` autocomplete gives me options for `new` `new [] {}` and *then* `new foo[]` The third option is nearly always the one I want. -
-
-
-
-
-
-
se5a created a post, Net6 Rider EAP Cant even resolve "System"
Wanting to have a look at the hot reloading stuff in .net6 in linux as I have a project that could benefit from it. I installed the .net6 SDK, got the Rider EAP8, Tried targeting .net6 in the exist...