You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
64
external/corefx/Documentation/README.md
vendored
Normal file
64
external/corefx/Documentation/README.md
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
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
|
||||
====================
|
||||
|
||||
- [[WIP] Official .NET Core Docs](http://dotnet.github.io/)
|
||||
|
||||
Get .NET Core
|
||||
=============
|
||||
|
||||
- [Get .NET Core SDK](https://www.microsoft.com/net/core)
|
||||
|
||||
Project Docs
|
||||
============
|
||||
|
||||
- [Developer Guide](project-docs/developer-guide.md)
|
||||
- [Performance Testing](project-docs/performance-tests.md)
|
||||
- [Project priorities](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/project-priorities.md)
|
||||
- [Contributing to CoreFX](project-docs/contributing.md)
|
||||
- [Contributing to .NET Core](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md)
|
||||
- [Contributing Workflow](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing-workflow.md)
|
||||
- [Issue Guide](project-docs/issue-guide.md)
|
||||
- [Branching Guide](project-docs/branching-guide.md)
|
||||
- [API Review Process](project-docs/api-review-process.md)
|
||||
- [Strong Name Signing](project-docs/strong-name-signing.md)
|
||||
- [Public Signing](project-docs/public-signing.md)
|
||||
- [Repo Organization](project-docs/repo-organization.md)
|
||||
- [Project NuGet Dependencies](https://github.com/dotnet/buildtools/blob/master/Documentation/project-nuget-dependencies.md)
|
||||
|
||||
Coding Guidelines
|
||||
=================
|
||||
|
||||
- [C# coding style](coding-guidelines/coding-style.md)
|
||||
- [Framework Design Guidelines](coding-guidelines/framework-design-guidelines-digest.md)
|
||||
- [Cross-Platform Guidelines](coding-guidelines/cross-platform-guidelines.md)
|
||||
- [Performance Guidelines](coding-guidelines/performance-guidelines.md)
|
||||
- [Interop Guidelines](coding-guidelines/interop-guidelines.md)
|
||||
- [Breaking Changes](coding-guidelines/breaking-changes.md)
|
||||
- [Breaking Change Definitions](coding-guidelines/breaking-change-definitions.md)
|
||||
- [Breaking Change Rules](coding-guidelines/breaking-change-rules.md)
|
||||
- [Project Guidelines](coding-guidelines/project-guidelines.md)
|
||||
- [Adding APIs Guidelines](coding-guidelines/adding-api-guidelines.md)
|
||||
|
||||
Building from Source
|
||||
====================
|
||||
|
||||
- [Building CoreFX on FreeBSD, Linux and OS X](building/unix-instructions.md)
|
||||
- [Code Coverage](building/code-coverage.md)
|
||||
- [Package and Assembly File Versioning](building/versioning.md)
|
||||
|
||||
Other Information
|
||||
=================
|
||||
|
||||
- [CoreCLR Repo documentation](https://github.com/dotnet/coreclr/tree/master/Documentation)
|
||||
- [Porting to .NET Core](project-docs/support-dotnet-core-instructions.md)
|
||||
- [.NET Standards (Ecma)](https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/dotnet-standards.md)
|
||||
- [MSDN Entry for the CLR](http://msdn.microsoft.com/library/8bs2ecf4.aspx)
|
||||
- [Wikipedia Entry for the CLR](http://en.wikipedia.org/wiki/Common_Language_Runtime)
|
||||
Reference in New Issue
Block a user