Michael Seibt

Results 350 comments of Michael Seibt

> Are still seeing the issue? MTP is supported in 17.14+. Yes, still - consistently. Run a single test like `BugReportFormTests` or a few like `AzureDevOpsIntegrationTests`. (MSVS 17.14.18) Important: You...

I have added such a context menu item (in a more meaningful manner): 2ff31e2e4c006fa206a51939902c8876ffdbb43c Other tree styles are not really applicable to the File Tree. 3.5 buttons is not worth...

You have too few files in your repo. :) The tree is automatically expanded if there are less than 100 items. I guess I should keep this automatism for the...

Just turn off "Show password input" (and stop using ConEmu except for the Console tab). Default value should be changed to `false` in v5.2.1, which should become the official release.

> This setting shouldn't be on. Yes (as I wrote in the addition to my comment). (I forgot to change the default value from the base PR when I added...

Just guessing: Was takes longer ? a) filling the file list b) showing the diff of the selected file Case b) might be improved by #11981. You could try the...

As gerhardol and me repeatedly requested, tells us the specs of your machine, please. portable build: https://github.com/gitextensions/gitextensions/releases/download/v4.2.1/GitExtensions-Portable-4.2.1.17611-b0c0b2848.zip (4.x is based on .NET 6) How do v5.0 and v4.2.1 behave on...

This exception is thrown because of duplicate stash revisions: ``` stashesById = getStashRevs.Value.ToDictionary(r => r.ObjectId); ``` The RevisionReader has been rewritten for the next version. If you have kept this...