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.

dotnet compile - no matching command

See original GitHub issue

Steps to reproduce

dotnet compile --help  

Expected behavior

Output the command line options for dotnet compile

Actual behavior

No executable found matching command "dotnet-compile"

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-rc2-002457)

Product Information:
 Version:     1.0.0-rc2-002457
 Commit Sha:  d06418509d

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.10586
 OS Platform: Windows
 RID:         win10-x64

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

12reactions
eerhardtcommented, Apr 22, 2016

native compilation isn’t an officially supported scenario yet. We plan on adding full support for it after RC2.

@schellap

2reactions
gitchomikcommented, Apr 22, 2016

@eerhardt : what about native compilation ? dotnet build doesn’t support it

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet compile - no matching command · Issue #5831
Use dotnet build instead. We should remove dotnet compile from any documentation, it isn't a public facing command.
Read more >
No executable found matching command "dotnet-tool"
The dotnet tool command is only installed with the release of .NET Core SDK version 2.1.300 and later. You need to update your...
Read more >
Troubleshoot .NET tool usage issues
If there's no matching runtime with a matching major and minor version number, the next higher minor version is used. Roll forward doesn't...
Read more >
dotnet test command - .NET CLI
The dotnet test command builds the solution and runs a test host application for each test project in the solution.
Read more >
Troubleshoot .NET Framework targeting errors
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the projects ......
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