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 build --native

See original GitHub issue

Steps to reproduce

when i run the command dotnet build --native, i got the message

Specify --help for a list of available options and commands.
Unrecognized option '--native'

was the --native option removed?

dotnet --info output:

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

Product Information:
 Version:     1.0.0-rc2-002543
 Commit Sha:  38d0c28a1e

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:16 (5 by maintainers)

github_iconTop GitHub Comments

31reactions
justinyoocommented, May 16, 2016

@brthor Thanks for the clarification. Could you tell us a rough timeline when the --native option comes back?

20reactions
brthorcommented, May 2, 2016

native support has been removed from build for the current release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Native AOT deployment overview - .NET
NET class libraries as native AOT allows creating libraries that can be consumed from non-.NET programming languages. The produced native ...
Read more >
How to compile a .NET application to native code?
The CoreRT compiler can compile a managed .NET Core application into a native (architecture specific) single-file executable that is easy to ...
Read more >
dotnet build --native · Issue #5944
Steps to reproduce when i run the command dotnet build --native, i got the message Specify --help for a list of available options...
Read more >
Ahead Of Time (AOT) Compilation To Native Code In .NET 7
AOT compilation to native code. In standard .NET development, we compile and build our code to Intermediate Language (IL). Then, when we run...
Read more >
Compiling C# into NATIVE code, just like Go, Rust and C++
NET 7's new NativeAOT capabilities to compile your C# code into NATIVE code that runs just like Rust, Go, C or C++!
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