Mike Minns

Results 53 comments of Mike Minns

Hi @hajekj the way you suggest supporting hosted GitLab seems very similar to how we do it for Bitbucket Cloud. There currently isn't direct support for self hosted Bitbucket Server,...

Ah, I should really read more before I write :)

Hi That is the Bitbucket GUI from the Git Credential Manager, I wrote it. As a genuine question what would you hope to see with it that would reassure you...

@oliverjanik _Is it possible to just log in using git credentials? Why do I need to sign into entire Atlassian?_ This dialog is just asking for your Git Credentials, for...

I've been thinking about the same thing, so I had a go: https://github.com/Microsoft/Git-Credential-Manager-for-Windows/compare/master...mminns:experiment-master/netstandard?expand=1 Essentially... Where applicable I converted existing projects to .NET Standard, where the existing project contains WPF code...

Increasingly off topic, but based on the work I did above, it is then possible to build a _version_ of the GCMW on macOS etc. This branch substitutes console line...

Hello @KirillOsenkov I'll happily admit to being pretty new to Xamrin, Standard et al, so any pointers/advice is always appreciated. Also any opinion on whether a move to .NET Standard...

So https://github.com/mminns/Git-Credential-Manager-for-Windows/tree/experiment-master/netstandard-xplat uses .NET core as the entry point, and all the WPF stuff is refactored into out additional add-on projects, so they are included in the main solution but...

I actually came across an issue during my day job that might be relevant here. We bumped Sourcetree to be .NET 4.7.1, + .NET Standard 2.0 we've had some reports...

Ah, actually my experimental branch uses .NET Standard 2.0 and does run on macOS.