monodevelop
monodevelop copied to clipboard
[Version Control] Notify wrong git credentials in CredentialsDialog
In case of doing a retry when obtaining the credentials (and show again the credentials dialog), show an error message.
Fixes VSTS #795845 Fixes VSTS #843391
We have applied the following changes:
- The error message now reuses the first Label.
- We remember the last entered username without auth success to use in the retry.
The result:

Applied changes in the error message.

Added some more telemetry (using LogInternalError) to Repository.RetryUntilSuccess and VersionControlTask too.
Thanks to Maryanne's feedback, we applied some UI changes.
The result:

Using SSH:

NOTE: Screenshots updated on June 18 with the latest changes.