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 exec" needs to be listed in -h

See original GitHub issue

Steps to reproduce

(1) do dotnet -h (2) do dotnet exec -h

Expected behavior

(1) should list exec amongst the possible command (2) should provide help about dotnet exec

Actual behavior

(1) it doesn’t (2) it doesn’t

Environment data

dotnet --info output:

.NET Command Line Tools (1.0.0-beta-002133)

Product Information:
 Version:     1.0.0-beta-002133
 Commit Sha:  a21e0ea6b4

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (6 by maintainers)

github_iconTop GitHub Comments

8reactions
vincentwoocommented, Sep 6, 2017

I would lobby for this to be reopened. The dotnet run CLI is very slow, especially on Linux, and doing a manual build + exec tends to be faster. Unfortunately, exec seems undocumented.

7reactions
ljw1004commented, Apr 5, 2016

@gkhanna79 you’re making this sound worse not better 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet command - .NET CLI
The dotnet command has two functions: It provides commands for working with .NET projects. For example, dotnet build builds a project.
Read more >
dotnet exec needs a managed .dll or .exe extension while ...
I had the same problem. The only thing I had to do is changing the Target Framework in the Project properties.
Read more >
.NET Framework - Wikipedia
The .NET Framework (pronounced as "dot net") is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows.
Read more >
Executive Orders, Certifications, & Verifications
Executive Orders are written documentation of compliance with CARB regulations, for example vehicles or products certified to specific emissions standards.
Read more >
17 CFR § 229.402 - (Item 402) Executive compensation.
This Item requires clear, concise and understandable disclosure of all plan and non-plan compensation awarded to, earned by, or paid to the named...
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 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