Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does "IL code" mean in Core tools page? #1057

Closed
badersur opened this issue Sep 21, 2016 · 2 comments
Closed

What does "IL code" mean in Core tools page? #1057

badersur opened this issue Sep 21, 2016 · 2 comments
Assignees
Labels
doc-enhancement Improve the current content [org][type][category]
Milestone

Comments

@badersur
Copy link
Contributor

In Driver's section of .NET Core Command Line Tools topic:

Driver

The driver is named dotnet. It is the first part of what you invoke. The driver has two responsibilities:

  1. Executing IL code
  2. Executing the verb

What does IL code and IL assembly mean? CC: @mairaw

@svick
Copy link
Contributor

svick commented Sep 21, 2016

IL is short for "Intermediate Language", more details are in the article What is “managed code”?

While it's true that dotnet your.dll is used to execute an IL assembly, I'm not sure it makes sense to focus on IL here. Maybe, like the dotnet article, this article should talk about "portable apps" instead of "IL code"?

@badersur
Copy link
Contributor Author

Thank you @svick for your clarification. I thought it was a typo because the term "Intermediate Language" didn't appear before. I just noticed the doc's search box now and found your linked article!

@mairaw mairaw self-assigned this Oct 5, 2016
@mairaw mairaw added doc-enhancement Improve the current content [org][type][category] P2 labels Oct 5, 2016
@mairaw mairaw added this to the October-2016 milestone Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement Improve the current content [org][type][category]
Projects
None yet
Development

No branches or pull requests

3 participants