-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] GitVersion tool doesn't generate any output #2260
Comments
I'm unable to reproduce on macOS, so this may be a Debian-related issue. I believe Debian isn't fully supported, due to LibGit2Sharp not fully supporting it. Are you up to date on the details there, @arturcic? |
libgit2/libgit2sharp#1725 - the Debian 10 is not supported by LibGit2Sharp, |
Indeed, I tried Is it possible to throw an exception (e.g. |
It would be great to do something like that, @nZeus. But it sounds like a PITA to maintain a list of supported operating systems for another software project. If LibGit2Sharp had a list we could use, this would be no problem. But unfortunately they don't afaik. |
@asbjornu I understand that it would be a PITA to maintain a perfect list but maintaining a list that contains the OS that you know will fail could save a lot of times to others. As said in #2308, we spend about two days (total) trying to find out what was going wrong. We were migrating all our code and build to .net core 3.1 when we had this problem. Narrowing down the error took us a lot of time. |
Sure, I wouldn't mind having a blacklist of known unsupported operating systems. If anyone submits a pull request implementing it, I would merge it. |
LibGit2Sharp is not supported on Debian/Ubuntu GitTools/GitVersion#2260 (comment)
It is also happening in the container - /verbosity is ignored. |
Same with me |
I thought it was just me. The only affect |
• ดูและแก้ไขเอกสารนี้ได้ในโปรแกรม Word ในคอมพิวเตอร์ แท็บเล็ต หรือโทรศัพท์ของคุณ |
1 similar comment
• ดูและแก้ไขเอกสารนี้ได้ในโปรแกรม Word ในคอมพิวเตอร์ แท็บเล็ต หรือโทรศัพท์ของคุณ |
|
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. |
This issue was closed because it has been stalled for 30 days with no activity. Thank you for your contributions |
Describe the bug
dotnet tool run dotnet-gitversion /verbosity Diagnostic
command doesn't produce any output.Expected Behavior
It should produce a json output
Actual Behavior
Does nothing. No errors, no output
Steps to Reproduce
You can reproduce it here:
https://labs.play-with-docker.com/p/bqq0t0qosm4g0090ih90#bqq0t0qo_bqq0t2iosm4g0090iha0
Your Environment
Docker image
dotnet/core/sdk:3.1
The text was updated successfully, but these errors were encountered: