Asbjørn Ulsberg

Results 589 comments of Asbjørn Ulsberg

@ferenc-a awesome, thanks for letting us know! 🙏🏼

@HHobeck, I think the best option is: > Create a template which just defines a minimal set of properties

As you can see from the stack trace, the problem occurs in LibGit2Sharp. The stack trace is: 1. [`EncodingMarshaler.cs:120`](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Core/EncodingMarshaler.cs#L120) 2. [`Signature.cs:22`](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Signature.cs#L22) 3. [`Proxy.cs:289`](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Core/Proxy.cs#L289) Which indicates that there's a commit with...

@jeffwidman, > There is value to doing incremental bumps rather than always jumping straight to latest, but from an implementation perspective that's difficult based on our current architecture As @brcarp...

I have the same experience as @gustavovnicius: The non-GitHub-native Dependabot rebased out of date pull requests automatically. After upgrading to GitHub-native Dependabot, the auto-rebasing has stopped working and I have...

> In Bitbucket, I can select any commit, then run a pipeline that checks out that commit, however I am getting this same exception. @arihannu, for a random commit without...

@HHobeck, I think the following question must be answered before we can proceed: > Should GitVersion just assume that a detached `HEAD` with no version tags pointing to it is...

@HHobeck, thank you for outlining the different scenarios. Indeed, a simple property won't cover all of these scenarios. But I think as a default, it might work if we also...

I agree that we've talked a bit about many things in this issue, but to circle back to its origin; the problem is that GitVersion crashes. I don't think GitVersion...

@scott-ainsworth, if you'd like to edit the documentation and submit a pull request, here's the section you're referring to: https://github.com/GitTools/GitVersion/blob/2cb399b46c1bf83d7b1c68a12a1285f462c4f806/docs/input/docs/reference/version-increments.md?plain=1#L91-L101