Hardy Hobeck

Results 163 comments of Hardy Hobeck

I try to find out a way with minimal breaking changes. I did already make some refactoring but it's not finished yet. At least the semi version should be equals...

I have some problems pushing the changes to the server: ``` Pushing feature/3101 Error encountered while pushing branch to the remote repository: Git failed with a fatal error. Git failed...

Okay thank you for the link. :) I have created a PullRequest to the support/5.x branch. I'm not sure if it is mergeable because I have taken the version from...

The way I'm calculating the effective configuration for each base version strategy implementation is highly recursive and works with inheritance from one branch configuration to another. This makes it highly...

It's actually not clear for me what you trying to achieve with the feature. Could you please write an integration test and describe in it what you are expecting from...

The only reason why you have the fallback version in the code is that at least one version will be returned. Of course it is quite unintentionally that this version...

Could you please create an integration test and specify your actual scenario so we are knowing what your would like to achieve? ```csharp [Test] public void __Just_A_Test__() { string yaml...

> If you use GitVersion where you tag it yourself, then what's the benefit of GitVersion? I think this is actually a good question. Why it is not possible to...

> I suspect that not having any tags will cause the version calculation to become very slow over time because GitVersion would have to iterate over every commit from `HEAD`...

I have taken a look into the source code and see that we have two IVersionStrategy implementations in the current version 5.10.3 of GitVersion which are using the IsReleaseBranch property...