se5a

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created Git checkout a pull request.
CompletedIs 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... -
Created 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. -
Created 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... -
Created Multi Thread sometimes doesn't catch exceptions.
I'm having a problem in my multi threaded project, sometimes the processing thread crashes without Rider catching the exception. This leaves me with a responsive ui, but the internals doing nothing... -
Created Debugging Nunit Tests breaks in the Nunit "Assert.cs"
AnsweredI run debug on complicated unit tests in an attempt to find out why they're failing. I've set Rider to break on Unit.Framework.AssertException, and Unit.Framework.MultipleAssertException. I've chec...