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
2018-04-04Update download link for PerfView tool (#28822)David Shulman
The PerfView tool has been moved to open-source. Updating the documentation link to point to the most recent place for downloading the tool.
2018-04-02Slight grammar improvement to coding-style.md (#28723)Daniel Henry
i.e. was being used when it really should have been e.g. (see: https://www.grammarly.com/blog/know-your-latin-i-e-vs-e-g/)
2018-03-31Update issue-guide.md (#28685)Saurabh Singh
2018-03-30Update dogfood instructions with current SDK version (#28601)Eric Erhardt
2018-03-28Remove area-BenchmarksKarel Zikmund
The label was renamed to tenet-performance-benchmarks
2018-03-28Add area-System.Threading.TasksKarel Zikmund
Split off System.Threading.Tasks from System.Threading
2018-03-21Update DirectoryServices ownersKarel Zikmund
2018-03-20Fix area owners for System.Data (no SqlClient) (#28224)Diego Vega
2018-03-19more love from BenchmarkDotNet to CoreFX (#27164)Adam Sitnik
* more love from BenchmarkDotNet to CoreFX * describe the idea of copying extra files * don't require the users to create a dedicated config type * update the version number
2018-03-19update instructions for Ubuntu 18.Tomas Weinfurt
2018-03-17Update area owners (Benchmarks, System.Data, System.Net)Karel Zikmund
* Add area-Benchmarks * Update System.Data.\* ownership * Update System.Net.\* ownership
2018-03-17Update area ownersKarel Zikmund
2018-03-17Change csharp_indent_labels from flush_left to one_less_than_current (#28121)Ahson Khan
* Change csharp_indent_labels from flush_left to one_less_than_current * Update coding-style guidelines to include label formatting.
2018-03-14Update area ownershipJosh Free
Update ownership of System.Memory, System.Security, System.Text.Encodings.Web Fix typo in Microsoft.Win32
2018-03-14Add experts to tag for tizen issuesWes Haggard
2018-03-04Adding "Running a single test on the command line"Ahson Khan
2018-03-01Update broken link in remote test execution docsIan Hays
2018-02-26Update Performance Test Execution Instructions (#27475)Brian Robbins
2018-02-23Update debugging with VS code instructions (#27384)William Godbe
* Update debugging with VS code instructions For https://github.com/dotnet/corefx/issues/21557. CC @tmds * Change wording
2018-02-12Update rename of ManagedHandler to SocketsHttpHandlerKarel Zikmund
2018-02-09conditionsed -> conditioned (#26998)John Doe
2018-02-08Improve OSX build instructions (#26874)Rodrigo Kumpera
* Improve OSX build instructions * Fix instructions to handle multiple installed openssl.
2018-02-06Update for in, readonly struct, ref struct (#26841)Ben Adams
2018-02-04Update performance-tests.mdDan Moseley
2018-01-31Add System.IO.PipelinesJosh Free
Add new section for System.IO.Pipelines
2018-01-31Add System.Threading.ChannelsJosh Free
Add new section for System.Threading.Channels
2018-01-23List formatting (#26548)Petr Onderka
Also slightly improved grammar
2018-01-20Update issue-guide.mdKarel Zikmund
2018-01-20Update issue-guide.mdKarel Zikmund
Add new areas System.Net.Http.ManagedHandler and System.Runtime.Intrinsics
2018-01-19Update issue-guide.mdTarek Mahmoud Sayed
2018-01-11Update benchmark sample codeViktor Hofer
2018-01-10Update documentation for netcoreapp2.1Jan Kotas
2018-01-08Update Reflection area ownersKarel Zikmund
2018-01-02Show example to set invariant globalization in xml (#26110)kasper3
* Show example to set invariant globalization in xml * Update doc with third, environment variable option
2018-01-02lldb install linkDan Moseley
2018-01-02Show how to find libsosplugin.soDan Moseley
2017-12-28Fix invalid JSON (#26088)Philipp Gillé
2017-12-23Ignore placeholder build configurations in build all configurations targets ↵Santiago Fernandez Madero
(#25831) * Ignore negative build configurations in build all configurations targets * PR Feedback and add documentation * Remove placeholder buildconfigurations when expanding all configurations
2017-12-06Update unix-instructions.md (#25724)Sébastien Ros
When starting from a new dev environment, the package lists need to be updated or the instructions will fail.
2017-12-05[Docs] Build and run your .NET Core application with csc and CoreRun (#24168)Viktor Hofer
* Create Build and run your .NET Core application with csc and CoreRun doc
2017-12-02Finalizing layout of benchmarking.md fileViktor Hofer
2017-12-02Update header styling in benchmark.mdViktor Hofer
2017-12-02Adding missing instructions to benchmarking.mdViktor Hofer
2017-12-02Make c# samples c# style like in benchmarking.mdViktor Hofer
2017-12-02Fix wrong attribute in benchmark.md fileViktor Hofer
2017-12-02Update benchmark.md with BenchmarkDotNet 0.10.11 changesViktor Hofer
2017-12-01Benchmarking .NET Core 2.0/2.1 applications with BenchmarkDotNet (#25612)Viktor Hofer
* Benchmarking .NET Core 2.0/2.1 applications with BenchmarkDotNet
2017-12-01Update issue-guide.mdDan Moseley
2017-12-01Remove duplicate PerformanceCounters entryKarel Zikmund
2017-11-21Update core dumps docs (#25398)Santiago Fernandez Madero
* Update core dumps docs * Change quotes.