Ruh Ullah Shah

Results 11 comments of Ruh Ullah Shah

@asbjornu Maybe this (https://github.com/GitTools/GitVersion/issues/1526#issuecomment-466460003) exploration, if not already known, provides the starting point for fixing the `CommitsSinceVersionSource`

The reason for the observed incorrect version number is that GitVersion is somehow sensitive to tags that are of the form `v5.0.0-rc.1` or `v5.0.0-beta.1`. In case the `PreReleaseTag` is dropped...

@asbjornu You are welcome. Your argument is correct, if the tag name did not have a `PreReleaseTag`, in this case `-rc.1`. [This](https://github.com/GitTools/GitVersion/blob/14b736584840bae5878b565e7d92caea6afc6c7d/src/GitVersionCore/SemanticVersion.cs#L293) line of code will not allow it to...

Your questions are valid and relate more to the specifications and usage of GitVersion. It "might" be true that in this particular case, GitVersion is abused. However, I would like...

@MistyKuu The [code](https://github.com/caplin/FlexLayout/blob/d8cac2915e8968a26bf3592ffe70c248c0d9d2dc/src/model/Model.ts#L237) here, as of today, suggests that the `addNode` action can only be used to create new tabs.

Root cause of the defect (explanation considers the project provided by @jbaehr and the code references are w.r.t commit a891adcd0d1c97f785b99c614b5350e98a74f837 on Paket master): Upon firing paket pack, Paket does the...

@jbaehr You are welcome. I have improved the fix for Windows further in https://github.com/fsprojects/Paket/pull/3886. I confirm that the issue is still reproducible on Linux, please stay tuned for a fix...

@jbaehr I have fixed and tested this for Linux as well. Please see https://github.com/fsprojects/Paket/pull/3888 for the root cause and the fix.

Hi, - We are using RTC version : 6.0.4 - The workspace has no errors. FYR, I attached a snapshot. ![workspace-snapshot](https://user-images.githubusercontent.com/4428381/36207739-3b17d13a-1197-11e8-99da-af59d0d3524f.png) In case it doesn't work, I will try to...