Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Marcu <peter.marcu@microsoft.com>2014-11-12 03:56:39 +0300
committerPeter Marcu <peter.marcu@microsoft.com>2014-11-13 21:34:58 +0300
commit51bf7fd075f14b3aff1ebeeb29a4186344963b24 (patch)
tree6da72afc2608ae4c548a55f38cb3b2a4c4afc5b5 /CONTRIBUTING.md
parent43fa65943cdf39bf88efee614c60f0ff9b54f896 (diff)
Merging content between contributing.md and developers.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md23
1 files changed, 5 insertions, 18 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0c0271b4ba..c4cd2b8f83 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,22 +1,9 @@
# Contributing
-General information on contributing to dotnet projects is in the [Contributing Guide](https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md). This document contains information about coding styles, source structure, making pull requests, and more.
+General information on contributing to dotnet projects is in the [Contributing Guide](https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md).
+This document contains information about coding styles, source structure, making
+pull requests, and more.
-# Contributing to the corefx repo
+# Developers
-## Required Software
-
-* Install [Visual Studio 2013 Desktop Express with Update 3](http://www.microsoft.com/en-us/download/details.aspx?id=43733) or Visual Studio 2015 Community Preview.
-
-## Building
-
-* Open a [Visual Studio Command Prompt](http://msdn.microsoft.com/en-us/library/ms229859(v=vs.110).aspx).
-* From the root of the repository, type `build`. This will build everything and run the core tests for the project.
-* Visual Studio Solution (.sln) files exist for related groups of libraries. These can be loaded in Visual Studio and run builds from within Visual Studio.
-
-## Testing
-
-* By default, the core tests are run as part of the build. A test report for the build will be output on the console at the end of a successful build.
-* To view and run the tests for a solution in Visual Studio you need to install **xUnit.net runner for Visual Studio**.
- * In Visual Studio under `Tools->Extensions and Updates`, select `Online` on the left side and search for `xUnit`. Download the **xUnit.net runner for Visual Studio**.
- * After downloading and restarting Visual Studio and building the test assemblies, the tests should start to show up in Test Explorer. \ No newline at end of file
+For details about developing in this repo see the [Developer Guide](https://github.com/dotnet/corefx/blob/master/docs/Developers.md).