bitbonk
bitbonk
I am not a maintainer of DocFX so I can't speak for them but I am an avid user and contributor of DocFX since 2017 and can speak about what...
We migrated from Sandcastle to DocFX many years ago and were glad to leave it behind because it was a big PITA.
Same problem here. Did anyone find a workaround? Maybe by changing the template?
You could only support it a future mayor version without downlevel support. Also, would multitargeting be an option?
My guess would be that [IQuantity<TUnitType>](https://github.com/angularsen/UnitsNet/blob/77b1ef2e86fa8961650c281ec3aad6521dcd3963/UnitsNet/IQuantity.cs#L112) would need to derive from [INumber<TSelf>](https://docs.microsoft.com/en-us/dotnet/api/system.numerics.inumber-1?view=net-7.0) somehow, right?
The goal of this test was to describe the git workflow that I thought would be ideal and "suggested" as the default GitVersion flow. The test does exactly what I...
@asbjornu > I understand. Thank you for taking the time to write up such a thorough test. However, unless I've done something very strange, the test succeeds if you add...
@asbjornu I have created a reduced, simplified test in `ReducedGitFlowWithMerge`. All red emojis mark some sort of problem. 😉
@asbjornu OK I think this whole thing drills down to: How can make `develop` start with `1.0.0-alpha.X` in a brand new repo and at the same time have only X...
> I think you will have to use `git tag` to achieve the behavior you want. Unfortunately tagging develop with `1.0.0` does not give me behavior I want. This will...