mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 01:50:53 +09:00
![]() Unix build instruction has two outdated notes under Known Issues.
The first one is fixed by:
https://bugzilla.xamarin.com/show_bug.cgi?id=29679. (/cc @akoeplinger)
The last one was fixed by a series of organization-wide updates to
bash files by @dougbu via https://github.com/aspnet/Home/issues/695.
Commit migrated from
|
||
---|---|---|
.. | ||
building | ||
coding-guidelines | ||
images | ||
project-docs | ||
README.md |
Documents Index
Intro to .NET Core
.NET Core is a self-contained .NET runtime and framework that implements ECMA 335. It can be (and has been) ported to multiple architectures and platforms. It support a variety of installation options, having no specific deployment requirements itself.
Learn about .NET Core
Get .NET Core
- Get .NET Core DNX SDK on Windows
- Get .NET Core DNX SDK on OS X
- Get .NET Core DNX SDK on Linux
- Get .NET Core (Raw) on Windows
Project Docs
- Developer Guide
- Project priorities
- Contributing to CoreFX
- Contributing to .NET Core
- Contributing Workflow
- Issue Guide
- Branching Guide
- API Review Process
- Strong Name Signing
- Open Source Signing
- Repo Organization
Coding Guidelines
- C# coding style
- Framework Design Guidelines
- Cross-Platform Guidelines
- Performance Guidelines
- Interop Guidelines
- Breaking Changes
- Breaking Change Definitions
- Breaking Change Rules