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.

Hi folks.

I’m unable to build the repo in a fairly new PC. After getting the repo (forked - unchanged), and running the build command, I’m getting the following output:

D:\Users\Shimmy\Source\Repos\EntityFrameworkCore>build
Using KoreBuild 2.2.0-preview1-17035
D:\Users\Shimmy\Source\Repos\EntityFrameworkCore\build.ps1 : The term 'Install-Tools' is not recognized as the name of
a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify
 that the path is correct and try again.
At line:1 char:126
+ ... ulture = '';& 'D:\Users\Shimmy\Source\Repos\EntityFrameworkCore\build ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Install-Tools:String) [build.ps1], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException,build.ps1

I also tried running the following in PS with the same result:

.\build /t:Compile
$env:PATH="$env:USERPROFILE/.dotnet/x64;"+$env:PATH
.\EFCore.sln

Further technical details

Operating system: Windows 10.0.16299 x64 IDE: VS 15.6.6

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
smitpatelcommented, Apr 18, 2018

corefx does not use KoreBuild. But all project in ASP.NET uses. Perhaps building asp.net universe repo could also cause it.

I would start with doing a git clean -xdf followed by build to see which version of KoreBuild it uses. Can you post output of doing build like that?

(p.s. I am online on slack. perhaps faster communication there)

0reactions
weitzhandlercommented, Apr 18, 2018

@smitpatel thanks for your help. To sum up for future reference, a specific version of KoreBuild is required. My fork was behind and had an outdated version of KoreBuild. After pulling all commits from upstream issue was fixed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to build IL2CPP in 2021.2
Hi, I upgraded my project from 2021.1 to the recently released 2021.2 and I'm getting build errors (IL2CPP), it seems Unity is unable...
Read more >
Unable to build project for localization string extraction
The project can be successfully built and run. But when I export for localization, it shows this error message: Unable to build project...
Read more >
VisualStudio Code error. Unable to build while Live Coding ...
Hi guys, I have a problem with the terminal in VisualStudio Code where after clicking to run build task in ObstacleAssultEditor Win64 ...
Read more >
Unable to Build
All of sudden, I m unable to build the android app, I m getting below error response. I again created a fresh package...
Read more >
Eclipse: Unable to build the project
Try refreshing the project, clean and rebuild. Right click on the error, click "Quick Fix" if this is enabled. Right click on the...
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