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-10-04Remove rtm.md (#12330)Immo Landwerth
Since we shipped .NET Core 1.0, our document 'rtm.md' is no longer relevant. We should update 'roadmap.md', but that's a separate PR. This fixes #11374.
2016-10-03Rename Xunit.PlatformID -> TestPlatforms in docsJustin Van Patten
2016-09-23Fix "Relase" typo, change msbuild sync command to "sync.cmd -t"chcosta
2016-09-23Rename target specific files for consistency (#11969)Jan Kotas
- .CoreCLR.cs: CoreCLR-runtime specific files - .CoreRT.cs: CoreRT-runtime specifc files - .Uap.cs: Universal app platform specific files. Both UAP (Universal App Platform) and UWP (Universal Windows Platform) have been used interchangeably. I have picked UAP for the file names since it is the name used in the RID (e.g. uap101). There are number of places where UWP is used in the comments and such - I have not done anything about those. Update documentation to match the current state of affairs - Delete stale guidance for facade projects - Update lists and examples to use the current RIDs - Fix some typos Fixes issue #9875.
2016-09-21Add documentation for building tests against packages (#11913)chcosta
2016-09-14Merge pull request #11322 from dotnet/ILC-InstructionsStephen Toub
Update developer-guide.md
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-09-03rebase on newer version + feedback.Matt Galbraith
2016-09-02Update developer-guide.mdMatt Galbraith
2016-09-02Update POR for handling stable dependencies in our repo.chcosta
2016-09-01Update consumes-api.mdchcosta
2016-09-01Consumes API design docchcosta
2016-08-30Docs: Add /p:OSGroup to performance testing parametersJames Ko
2016-08-26Remove UpdateInvalidPackageVersions from Run command, fix doc.Davis Goodin
2016-08-25Correct parameter name.Stephen A. Imhoff
2016-08-01change to non-windowsMariana Rios Flores
2016-08-01update documentationMariana Rios Flores
2016-07-27Change documentation to unify windows and non-windows instructions andMariana Rios Flores
reflect the usage of run.exe
2016-07-14docs: Added documentation for building for Linux EmulatorPrajwal A N
Adding documentation for building corefx for Linux ARM Emulator Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
2016-07-10Direct readers to the docs for .NET Standard (#9707)Rich Lander
* Direct readers to the docs * Update net-platform-standard.md
2016-07-04Fix facade-code-coverage.bat for System.Private.CoreLib changes (#9831)Hugh Bellamy
2016-07-04Tweak PR contribution docsStephen Toub
2016-07-04Add docs for PR (feedback) (#9827)Hugh Bellamy
* Add docs for PR (feedback) Fixes #1063 * Change sentence style * Fix some wording
2016-07-01Add instructions for targeting .NET Core with MSBuild projects (#9403)Daniel Plaisted
* Add step by step instructions for using MSBuild to target .NET Core * Rearrange and edit instructions for targeting .NET Core with MSBuild * Link to updated NuGet extension for VS, add instructions allowing PCL/dnxcore50 packages to be referenced * Reformatting * Update existing getting started instructions * Change prerequisite to VS 2015 Update 3, which fixes error that AnyCPU isn't supported * Add comments for MSBuild properties * Recommend project.json for new projects * Add CoreApp as another recommendation to start with * Start with Console app template instead of portable library, use Microsoft.NETCore.App package * Fix indentation
2016-06-28Add instructions for running code coverage with locally built mscorlibHugh Bellamy
Fixes #8381
2016-06-23Update FxCop and Framework Design Guidelines linksStephen Toub
2016-06-17Additional information about deprecated monikers (#8767)Mark Junker
2016-06-14Merge pull request #9396 from CIPop/CIPop-debugdocsStephen Toub
Update windows-instructions.md
2016-06-14Update windows-instructions.mdCristian Pop
The debugging extension is now copied in the test folder.
2016-06-09Use .builds for command line building instead of .slnPetr Onderka
2016-06-06update project management sectionJosh Free
update project management section of issue guide
2016-06-04Updates for accuracyOren Novotny
Make `uap10` -> `uap10.0` as that's the only way NuGet parses it correctly. Also bump up `netstandard` range to reflect current status.
2016-06-01Merge pull request #9010 from CIPop/docCristian Pop
Adding image example for PerfView collection.
2016-06-01Adding image example for PerfView collection.Cristian Pop
2016-06-01Update README.md to fix a few links (#8993)Maira Wenzel
2016-05-25Add ARM softfp cross build support (#8678)mkborg
2016-05-25Clean up references to DNXCore50.Eric St. John
Clean up all non-essential references to DNXCore50.
2016-05-25Update tests to use NETCoreApp1.0 monikerEric St. John
Requires https://github.com/dotnet/buildtools/pull/751 This makes all the tests resolve using NETCoreApp1.0 instead of DNXCore50. I've removed the netstandard1.6 import since that is no longer needed. I've also removed the workarounds from tests that were targeting netcoreapp1.0 on their own. For restore compat I've added an DNXCore50 import to every test project. These can be removed once test-runtime packages are updated to target NETCoreApp1.0. I've updated all the test scripts which were assuming DNXCore50 as well as docs which referred to this path.
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-05-24Fixed some spelling mistakes.Austin Wise
2016-05-23Update NETStandardApp docs to NETCoreAppEric St. John
Update the docs to represent the new name and new NETStandard version.
2016-05-21Update NETStandard docs for 1.6Eric St. John
2016-05-17Merge pull request #8550 from ellismg/fix-8136Matt Ellis
Update Unix build instructions
2016-05-16Add gssapi to the list of libraries we shim overMatt Ellis
2016-05-16Fix a few typosStephen Toub
2016-05-16Some fixes to the build docs for WindowsJames Ko
2016-05-16Update Unix build instructionsMatt Ellis
- Drill into a little more detail about dependencies for both the native and managed builds (so folks who aren't running Ubuntu 14.04 but want to build the native components have an idea as to what sort of packages they might need). - Call out the additional components needed for the managed build (which can't be preformed everywhere today, because of the CLI dependency). - Add additional packages to the Ubuntu 14.04 "quick start" list. I found that some of these were not present in my clean Ubuntu 14.04 docker image by default. - Remove the low value "These instructions have been validated on" section. Managed code building didn't work on many of the platforms today, and the document now seperates the what from the how when it comes to pre-reqs. Fixes #8136
2016-05-12Remove disclaimer from net-platform-standard.mdEric Mellino
The disclaimer is not accurate any longer. These features are implemented in the packages and can be consumed with the newer tools. I replaced the mention of "DNU" with ".NET CLI" in the supported tools section.
2016-05-05Fix typoMatt Ellis