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-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Sync BuildConfiguration with project PropertyGroupsEric St. John
2017-02-03Update all solution files using solution generation toolWes Haggard
2017-01-24Removing netstandard configurations for things that are bellow netstandard ↵Jose Perez Rodriguez
(#15373) Removing netstandard configurations for things that are bellow netstandard
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
* Add ValidateVSConfigurations * Update project config and sln files.
2016-10-11Adding Delegate missing membersJose Perez Rodriguez
2016-10-01Cleanup (#12268)Jan Kotas
- Delete bit-rotten netstandard13aot and netstandard15aot support that never shipped - Delete files moved to CoreLib that no longer build
2016-09-30Add tests for S.Reflection types (#11981)Alex Perovich
* Add tests for S.Reflection types This change adds tests for the following System.Reflection types: - Module - Pointer - RuntimeReflectionExtensions - TypeDelegator - TypeInfo Fixes #11766 * Use checked in IL binary. * Add tests passing IntPtr to reflection apis * Ignore case in Module.Name check. * Ignore ordering in GetRuntimeFields() * Fixup Project Files * Remove resharper file that found its way in. * Remove some ordering dependencies * s/var/{type} * Rename TypeInfo property to TestTypeInfo * Sort fields by name for consistency
2016-07-21Moving Perf tests to their own csprojs (#10192)Deepak Shankargouda
2016-04-27Cleanup usage of Linux/OSXEric St. John
We've standardized on using Unix in most cases where we only cross- compile once for Unix. This change cleans up mentions of Linux/OSX when we aren't actually cross-compiling for those OSes. The remaining projects that still cross-compile for Linux/OSX are: System.Diagnostics.Process System.IO.FileSystem.Watcher System.Net.NetworkInformation The System.Net.Security functional tests seem to still have a distinct difference in functional behavior on OSX so I have also left these configured to cross-compile for Linux/OSX.
2016-01-24Fix P2P references in System.Runtime.slnstephentoub
2015-05-21Make tools packages.config host platform specific.Jeremy Kuhne
2015-05-08Remove XunitTraitDiscoverers from corefx and reference the nuget package ↵Lakshmi Priya Sekar
xunit.netcore.extensions.
2015-04-24Move System.Runtime and System.Private.Uri to FxCore\Open. Checked in by ermedotnet-bot
[tfs-changeset: 1459363]
2015-02-20Move *.sln files to the appropriate projects foldersMaxwe11