Hardy Hobeck
Hardy Hobeck
Hi @asbjornu. I would like to understand the problem and viewed the initial bug #465 and the actual fix for that #478 and tried to create an integration test which...
And this is the reason why the bugfix has been implemented and you want to separate the SemVerSource from CommitCountSource? Means in this example the SemVerSource is 5 and the...
> I'm a bit surprised by the number of failing tests. It clearly indicates that we at least need to postpone this change to v6. But before you rebase from...
Please do have a look. In this version the previous unit tests should be not breaking anymore.
> Can you please run `dotnet format` so [the test](https://github.com/GitTools/GitVersion/runs/8303806663?check_suite_focus=true) becomes successful? I can also see the tests failing with the following error: > > > Error: unknown test file...
> The test `GitVersion.Core.Tests.DynamicRepositoryTests.FindsVersionInDynamicRepo` fails twice: > ... > Is that intentional with this change? Actually no it was not my intention to break this feature. I think the problem...
> ```shell > dotnet format ./src/ --exclude **/AddFormats/ > ``` Still it gives me this error: ```shell PM> dotnet tool update --global dotnet-format You can invoke the tool using the...
Following things are pending and needs to be done in my opinion: 1. Reviewing the conceptional change from @asbjornu and maybe others. **(
So I'm done with the actual coding in the area of the core domain. I have complemented issues in the list which I have found and which needs in my...
> Taking in consideration that many changes I suggest moving this to main branch, as the support is meant to fix with small changes Hi Artur. Thank you very much...