question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Get-Version.ps1 doesn't work in 2.2.13

See original GitHub issue

Get-Version.ps1 fails with:

Exception calling "HelpFindLibGit2NativeBinaries" with "1" argument(s):
"Unable to find native binaries under directory: "[...]\NerdBank.GitVersioning\tools\..\build\MSBuildFull\lib\win32\x64"."

It seems 2.2.13 moved the lib directory (0da2e40006b55b07c7de7a5721e9ea222d393d68), but the script wasn’t updated.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
AArnottcommented, Nov 8, 2018

True. That does make the .ps1 a bit more convenient. However you can use nbgv for that purpose as well:

nbgv get-version -f json | ConvertFrom-Json

And voila! You have a powershell object again. 😃

0reactions
AArnottcommented, Nov 29, 2018

Yes, in some cases at least, committing the version.json file is required.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get-Version.ps1 doesn't work in 2.2.13 · Issue #248
The problem is that nbgv get-version returns the wrong information. For example, it shows the build version as 3.2.0.37 while ...
Read more >
openPMD-api Documentation
openPMD is an open meta-data schema that provides meaning and self-description for data sets in science and engineering.
Read more >
cassandra
+ * Dont mark sstables as repairing with sub range repairs ... See if we have access to run unsigned powershell scripts for...
Read more >
[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qt5 ...
Autotest `tst_examples (qtquick1)' failed :( The test was determined to be flaky, meaning results were not consistent across multiple runs.
Read more >
Automated Malware Analysis Report for Git-2.21.0-64-bit.exe
Sample tries to load a library which is not present or installed on the analysis machine, adding the library might reveal more behavior....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found