Asbjørn Ulsberg
Asbjørn Ulsberg
> So I think, if you want to use `NuGetVersionV2` or `NuGetVersion`, make sure you have enough padding active. And if you don't want to have padding, use `SemVer` or...
Sorry, but you may have stumbled across a bug here. If you are able to submit a pull request that fixes the bug, we will of course merge it, but...
@rose-a, yes, I've been thinking about doing that for a while. Thanks for reminding me. #2135 created to do just that. :)
Does the behaviour change if you remove `next-version`, @dxynnez? I'm suspecting its presence may infer a different versioning strategy that is possibly ignoring `track-merge-target`.
This may be related to #3190. It may also be worth trying to change the configuration so `production` is identified as `main` and `main` is identified as `develop`.
> The answer is it is hard coded with the magic string main and master. If we change the logic that we detect the main branch using the existing BranchConfiguration.IsMainline...
Sorry, I got a bit confused there for a moment. The `is-mainline` flag is set to indicate which branch is the main branch when `mode` is set to `Mainline`. That...
> Okay if I understand you correct we have branches with the property IsMainline=true for: > > * exactly one main branch (where the name can be changed in configuration)...
> It's in the tools artifact. Okay, how do I find the executable after having done `dotnet restore`? Where is the tools artifact placed after package installation? > Looking over...
From the looks of it, `IKVM.Maven.Sdk` can possibly be used by .NET applications that want to reference the Java-based HtmlUnit directly, circumventing NHtmlUnit and alleviating its need to exist, entirely....