Edward Thomson
Edward Thomson
Okay, after sleeping on this, the concept makes a bit more sense to me. A couple of notes: Instead of hardcoding `exec+libssh2`, I think that we should take a list...
(To be clear, I'm not suggesting that we blow up the scope here and add changeable backends for _all the things_, but I think that we should shape the API...
Historically, we have not been too terribly about the sorts of compiler knobs that one _could_ turn; we try to give good defaults for a debug or release build and...
I'm pleased that your tool was only able to find a potential null reference vulnerability in some test code. 😁
Are you shipping the native libgit2 DLL as part of your vsix?
Thanks @luislhg thats very helpful. Is there a way to detect when we're running in this environment so that we can load from the proper location in LibGit2Sharp?
Since I'm using chocolatey to install docker on the container, it's worth noting its version information as well: ``` Client: Version: 18.09.6 API version: 1.39 Go version: go1.10.8 Git commit:...
Here's another use case: I'd like to use `container`s to run my workflows, _but_ I need to do some particular docker setup on the machine before I can. Example: setting...
Thanks for adding a repro case @austinpray-mixpanel - I'll take a look. I think this should be unrelated to #40 ? But I'm not sure yet, I'll dig in.
@JanMa - apologies, looking now. 👀 Unrelated - I notice that you're pinning your actions to SHAs. (Which is a good practice.) Curious if you're doing this manually or using...