Daniel Schroeder

Results 74 comments of Daniel Schroeder

Thanks @ErikvO . I've found that same reported issue in the past, and is actually what lead me down the road of self-signing the libgit2sharp.dll that gets included with DiffAllFiles...

@ErikvO I'm also curious if you saw that error on ALL of your git repos when you had the `GitHub for Visual Studio` extension installed? or only in some of...

> I have this issue on vs2019 with `GitHub for Visual Studio` @maxisam I'm not entirely surprised, as my extension and that one are both using the LibGit2Sharp library which...

Thanks @alejandro5042, I've actually had that exact feature in mind for over 2 years, but haven't found the time to implement it (too many different projects on the go +...

Thanks for reporting this. I guess I never had notifications setup on this repo so I didn't see this until now. Which version of Visual Studio are you using? Git...

I've never tried any providers other than the built in TFVC and Git providers, so my guess is that it won't work. The only way to access the Diff All...

When you run the `RunMeToUploadNuGetPackage.cmd` are you pointing it at the .nupkg file that was created when the project was last built, or are you pointing it at the .csproj...

Hi @TimSirmovics , sorry for the late reply, it seems I'm not getting email notifications from GitHub :( Yes, you are correct that I hadn't considered uploading to a fileshare...

Hmmmm, yeah, I'm not sure if using a package reference has additional limitations or not that would prevent this from working. It will require a bit more investigation. Thanks for...

I don't entirely understand the problem. Could you provide a bit more detail please, perhaps by using an example? Thanks.