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-01-19Remove packages from NETStandard.Library 1.6Eric St. John
With one exception: System.Runtime.InteropServices.RuntimeInformation. For the rest we will no longer ship packages. Instead the types will be supported as follows: 1. In a netstandard2.0+ project via NETStandard.Library package's netstandard.dll 2. In a netstandard1.x project via NETStandard.Library package and closure which ship from servicing branches. 3. In a framework specific project via the framework's targeting pack or framework package.
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
2016-10-13Expose some missing threading types/members (Timer, exceptions, etc.) (#12392)Koundinya Veluri
- Expose: Timer members, some exception types and members, ThreadExceptionEventArgs/Handler, Monitor.Wait with exitContext parameter - Move CriticalHandle and remaining types from System.Runtime.Handles to System.Runtime, expose CriticalHandle[ZeroOr]MinusOneIsInvalid - Revert base class of safe handle types that used to derive from SafeHandle[ZeroOr]MinusOneIsInvalid, and upgrade those projects to ns1.7
2016-10-05Update project ToolsVersions to 14.0 (#12355)Alex Perovich
2016-08-24Central nupkg versioning & library assm versioningEric St. John
This moves to a central versioning scheme for all packages that is tied to the product release. 1.1 will include packages all with a common version.
2016-07-13Validate Xamarin frameworksEric St. John
This adds validation for Xamarin frameworks and fixes some packages which were not representing Xamarin correctly.
2016-06-17Bump versions across corefx and move to betaEric St. John
Now that we have stable packages for our current versions we need to bump the 3rd portion (bugfix) to represent code-changes without API additions.
2016-04-30Use netcoreapp1.0 TFM for .NETCore validationEric St. John
2016-04-13Add support for PCL profilesEric St. John
Adds support for profile-based PCL using placeholders.
2016-03-15Make desktop inbox contracts match inbox versionEric St. John
Fixes https://github.com/dotnet/corefx/issues/5842 For API assemblies that are inbox in desktop and have no API changes over the version in desktop, don't increment revision.
2016-03-01Add support for new Xamarin frameworksEric St. John
The latest build tools contains framework lists for two new Xamarin fxs: Xamarin.TVOS Xamarin.WatchOS This adds placeholders for those frameworks so that they can support the packages with inbox facades.
2016-03-01Update buildtools and change validation frameworkEric St. John
Update BuildTools to 1.0.25-prerelease-00180 Change validation framework moniker from dnxcore50 to netstandardapp1.5.
2016-02-01Add Runtime packages for NETStandard.PlatformEric St. John
This changes all the packages in NETStandard.Platform to be split into ref/impl packages. This enables the implementation packages to be different for different runtimes, such as the UWP case where we want to keep the packages consistent with the shared library.
2016-01-23Open packages for NETStandard.LibraryEric St. John
This moves all library packages that make up NETStandard.Library to the open. I'll follow up with some refactoring of these to ensure that all packages with NETStandard.Platform use runtime packages to garuntee that they can be replaced with an alternate implementation.