dotnet compile --help
Output the command line options for dotnet compile
No executable found matching command "dotnet-compile"
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
Same problem on Ubuntu 14.04 x64
.NET Command Line Tools (1.0.0-dev-002317)
Product Information:
Version: 1.0.0-dev-002317
Commit Sha: e4d7fa5bc4
Runtime Environment:
OS Name: ubuntu
OS Version: 14.04
OS Platform: Linux
RID: ubuntu.14.04-x64
.NET Command Line Tools (1.0.0-rc2-002468)
Product Information:
Version: 1.0.0-rc2-002468
Commit Sha: a2f3c531fb
Runtime Environment:
OS Name: ubuntu
OS Version: 14.04
OS Platform: Linux
RID: ubuntu.14.04-x64
Use dotnet build
instead. We should remove dotnet compile
from any documentation, it isn't a public facing command.
correct. dotnet compile
is no longer a public-facing command.
@blackdwarf a number of our .md files still reference dotnet-compile. Can you take a pass at cleaning these out?
@eerhardt : what about native compilation ? dotnet build doesn't support it
native compilation isn't an officially supported scenario yet. We plan on adding full support for it after RC2.
@schellap
Sorry @eerhardt, I mistakenly closed the issue without noticing you had assigned it to @blackdwarf
@piotrpMSFT I believed I already did that...I cannot seem to find any reference to dotnet compile
anymore. But will take another pass.
Just ran "man dotnet" on my debian, it still have compile in the manual and not even build!
Ver. 2.1.4
Most helpful comment
native compilation isn't an officially supported scenario yet. We plan on adding full support for it after RC2.
@schellap