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
2017-07-18Move cross-platform-crypto doc (#22374)Rich Lander
2017-07-18Add architecture doc on globalization invariant mode (#22325)Rich Lander
* Add architecture doc on globalization invariant mode * Correct spelling/grammar in invariant doc
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
* Fix UWP Pinvoke checker condition * analyzer baselines * Remove redundant local define * Remove redundant CA lines * Special case Registry * Fix BlockReflectionAttribute * Replace NETNATIVE with uap define * baselines * Disable Pinvoke scan on specific projects * Disable BlockReflectionAttribute on ilproj * Revive 2 baselines * Disable UWP validation on SQlClient * Convert some defines to `uwp` * Fix S.N.Primitives baseline * Remove dead baselines * Clean up NET_NATIVE defines * Remove FEATURE_CORECLR except from shared sources * Change Threading.Thread defines to just uapaot * Fix comment * Fix comment 2 * Change serialization uap defines to uapaot * Rename EnableWinRT to UWPCompatible * Fix UAP build for Console * Fix uap condition in XML csproj * Fix condition in XmlSerializer project * Replace netcore50 * Remove dead #if * Redundant console condition * Redundant console condition2 * Trim baseline * Revert Console baseline to pre UAP * Fix MemoryMappedFiles uap build * Fix S.Linq.Expressions build for UAP by temporarily disabling it * Fix S.N.Sockets build for uap * No plans to put SQLClient in UWP * Fix RuntimeInformation build * Fix MemoryMappedFiles build for Unix * Add UWPCompatible to all netstandard versions * Add EnablePinvokeAnalyzer to disable Pinvoke checking entirely for some reason * Remove dead System.Xml.XmlSerializer.Tests.settings.targets * Fix interop services build * Remove last uap/uapaot define in Xml tests * PInvoke check doc * Fix PInvoke casing * PInvoke file is case sensitive * Remove unnecessary references to uapaot from projects that don't have uapaot configs * Remove unnecessary uapaot from S.R.I.RI * Replace UWPCompatible for TargetGroup in csproj conditions * Reverse FileSystem edit as not ready to build for UWP
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