1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 10:00:57 +09:00
Satori/docs/coreclr
Ben Gribaudo c5a671567d Revising raw demo instructions
* Revised package version to reflect versions currently available from the MyGet (most versions listed were no longer available).
* Fixed command line `for...` statement so that it works with paths containing spaces and doesn't accidentally copy reference assemblies.
* Added NETCore.Runtime.ApiSets-x64 package and copying instructions so that the tutorial works for Windows 7 users.
* Minor edits, including formatting adjustments and a spelling fix.

Commit migrated from 5466a863b6
2015-06-04 18:16:02 -05:00
..
images Add RyuJIT Overview to documentation 2015-04-28 10:55:47 -07:00
.gitmirrorall Add missing .gitmirrorall file. 2015-02-07 15:09:23 -08:00
botr-faq.md [docs] Remove trailing spaces 2015-02-12 11:40:04 +01:00
clr-code-guide.md Fixed two typos. 2015-03-22 07:27:59 +01:00
clr-complus-conf-docgen.sh Add generated document for configurations and the docgen script. 2015-05-06 02:09:47 -04:00
clr-configuration-knobs.md Add generated document for configurations and the docgen script. 2015-05-06 02:09:47 -04:00
CLR_JIT_Coding_Conventions.md Add JIT Coding Conventions document in markdown format 2015-05-19 16:14:36 -07:00
contributing-workflow.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
contributing.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
cross-platform-performance-and-eventing.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
custom-dnx-instructions.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
dac-notes.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
debugging-instructions.md Rename and re-title wiki documents 2015-04-14 14:03:16 -07:00
developer-guide.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
dotnet-filenames.md [docs] Fix typos in recently added BotR chapters 2015-02-12 10:58:43 +01:00
dotnet-standards.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
dotnetcore-intro.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
exceptions.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
freebsd-instructions.md CoreClr: Make tests run on FreeBSD and document how to run them. 2015-05-22 05:13:23 +10:00
garbage-collection.md Fix typo in garbage-collection.md 2015-03-06 08:04:29 -06:00
garbage-collector-guidelines.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
get-dotnetcore-dnx-linux.md Fixing weird markdown parsing bug 2015-04-29 22:16:08 -04:00
get-dotnetcore-dnx-osx.md fix a simple typo for get-dotnetcore-dnx-osx.md 2015-04-30 13:44:13 +08:00
get-dotnetcore-dnx-windows.md Documentation: Inline source should use single backticks in markdown. 2015-05-01 11:19:53 -05:00
get-dotnetcore-windows.md Revising raw demo instructions 2015-06-04 18:16:02 -05:00
glossary.md Add ReadyToRun term to the glossary 2015-05-20 16:44:23 +02:00
intro-to-clr.md Updated Garbage Collector design document URL 2015-05-07 15:51:54 -05:00
jit-testing.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
linux-instructions.md Clarify that the final mscorlib.dll is in bin\Product 2015-05-20 09:30:56 -07:00
method-descriptor.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
mscorlib.md Fixed syntax error in example code in mscorlib.md 2015-02-16 15:17:17 +10:00
osx-instructions.md Merge pull request dotnet/coreclr#881 from adityamandaleeka/update-mac-instructions 2015-04-30 11:06:26 -07:00
performance-guidelines.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
profilability.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
profiling.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
project-priorities.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
README.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
ryujit-overview.md Documentation/ryujit-overview.md: small improvements 2015-05-13 00:06:40 +03:00
stackwalking.md [docs] Headers should be surrounded by blank lines 2015-02-12 11:35:10 +01:00
testing-with-corefx.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
threading.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
type-loader.md Add type loader doc 2015-02-15 22:14:13 -08:00
type-system.md Add Type System Book of the Runtime doc 2015-04-17 10:19:23 -07:00
virtual-stub-dispatch.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
windows-debugging-instructions.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00
windows-instructions.md Update windows-instructions.md 2015-04-26 15:26:40 -07:00
windows-test-instructions.md Re-work wiki as Repo docs 2015-06-01 21:40:54 -07:00

Documents Index

This repo includes several documents that explain both high-level and low-level concepts about the .NET runtime. These are very useful for contributors, to get context that can be very difficult to acquire from just reading code.

Learn about .NET Core

Get .NET Core

Project Docs

Coding Guidelines

Build CoreCLR from Source

Book of the Runtime

Decoder Rings

Other Information