NuGetReferenceSwitcher icon indicating copy to clipboard operation
NuGetReferenceSwitcher copied to clipboard

Add git support to utilize stashing to manage ephemeral reference changes

Open SmeeK153 opened this issue 7 years ago • 3 comments

Added steps to utilize git stash if the underlying solution is in git control in order to stash any changes made before switching references, and restore those changes after switching the references back in order to leave a more sanitized environment after toggling the references.

SmeeK153 avatar May 23 '18 16:05 SmeeK153

Maybe we should put this behind an option (ie checkbox in the ui) so that the extension also works for users without git?

RicoSuter avatar May 23 '18 16:05 RicoSuter

I think that is definitely a much better way to go; assuming less about what the default behavior should be for the user.

SmeeK153 avatar May 23 '18 16:05 SmeeK153

@RSuter, take a look and let me know what you think of the check I added.

SmeeK153 avatar Jun 03 '18 21:06 SmeeK153