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
AgeCommit message (Collapse)Author
2016-11-27Docs: Add link to Adding APIs GuidelinesAlexander Radchenko
2016-10-12Move NuGet dependency documentation to buildtools.Davis Goodin
2016-09-07Respond to PR feedbackJared Parsons
2016-09-07Update documentation around public signingJared Parsons
The feature know as "Open Source Signing" was implemented in the compilers as "Public Signing". The term OSS was dropped after conversations with Immo as it was applicable to other projects. It was simply signing with the public key hence better named "Public Signing". Missed updating this documentation when that change was made.
2016-06-01Update README.md to fix a few links (#8993)Maira Wenzel
2016-05-25Adding versioning.md which contains documentation on how versioning is ↵Jose Perez Rodriguez
calculated. (#8734) Adding versioning.md which contains documentation on how versioning is calculated.
2016-03-09Update README.mdVance Morrison
Added link to project-guidelines
2015-12-11Update buildtools, add updating-validate target, add documentation.dagood
2015-09-24Added performance microbenchmarksIan Hays
- Added "Performance" folders containing perf xunit tests to a number of highly-used libraries (determined by Usage data) - Two sets of usage data from store apps; I added a test for every function used in more than 5% of the covered assemblies in both data sets. - This is a first-round pass of the most highly used libraries and does not include: abstract classes, interfaces, or Attributes - Created a static utility class for commonly used functions across perf tests, stored in src\Common\tests\Performance. - These tests will run using ```msbuild /t:BuildAndTest /p:performance=true``` from the projects test directory - Added conditional properties that check if v5.0 is installed on the user's computer when running perf tests. If it isn't, a detailed error is thrown with a link to a performance-test github page that I've also added.
2015-06-24Add folders to CoreFX DocumentationZlatko Knezevic
Align to the way CoreCLR is handling its Documentation folder in the repo. Add folders. Changed README.md in root, Documentation as well as CONTRIBUTING.md with new links.
2015-06-18Update build instructions to include FreeBSD.Jostein Kjønigsen
2015-06-03Convert wiki to docsRichard Lander