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-05Update CoreClr, CoreFx, ProjectNTfs to beta-24605-01, beta-24604-02, ↵dotnet-bot
beta-24604-00, respectively
2016-10-03Remove the temporary references to pkgproj files for ↵Alex Ghiondea
System.ComponentModel.TypeConverter.
2016-10-02Update CoreClr, CoreFx to beta-24602-02, beta-24601-02, respectivelydotnet-bot
2016-10-01Update CoreClr, CoreFx to beta-24601-01, beta-24530-03, respectivelydotnet-bot
2016-09-30Update CoreClr, CoreFx to beta-24530-04, beta-24530-02, respectivelydotnet-bot
2016-09-30Update additional dependenciesStephen Toub
2016-09-30Port the additional System.Component model types into ↵Alex Ghiondea
System.ComponentModel.TypeConverter.
2016-09-23Update CoreClr, CoreFx, External, ProjectNTfs to beta-24522-04, ↵dotnet-bot
beta-24522-03, beta-24522-00, beta-24522-01, respectively
2016-09-22Update CoreClr, CoreFx, External, ProjectNTfs to beta-24522-01, ↵dotnet-bot
beta-24521-07, beta-24521-00, beta-24521-00, respectively
2016-09-22Port S.Drawing types and converters. (#11731)Alex Perovich
* Port S.Drawing types and converters. Fixes #11545 * Update dependencies * Address nits. * Update Dependencies * Address Review feedback
2016-09-22Clean up depprojsEric St. John
Remove references to all depprojs where the exact same file can be included via harvesting. Remove all depproj's that are no longer referenced. The only depprojs that remain are those that are required for live p2p references.
2016-09-15Port System.Timers.Timer to dev/api.Lakshmi Priya Sekar
2016-08-31Remove PackageTargetFramework usageEric St. John
2016-08-24Clean up redundant AssemblyVersion propertiesEric St. John
These are now redundant to the property defined in src\<lib>\dir.props.
2016-08-12Update CoreClr, CoreFx to beta-24411-03, beta-24411-04, respectivelydotnet-bot
2016-06-17Build product assemblies against stable packagesEric St. John
I'm leaving tests compiling against pre-release. Once we have a new build of "beta" packages we'll need to update tests to those versions.
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-06-15Updating CoreFx dependencies to rc4-24215-01Stephen Toub
2016-06-14Updating CoreFx dependencies to rc4-24214-04dotnet-bot
2016-06-14Updating CoreFx dependencies to rc4-24214-03dotnet-bot
2016-06-14Update CoreFX and External Dependencies to 24214-02 and 24214-00Stephen Toub
2016-06-13Updating CoreFx dependencies to rc4-24213-04dotnet-bot
2016-06-13Updating CoreFx dependencies to rc4-24213-03dotnet-bot
2016-06-13Updating CoreFx dependencies to rc4-24213-02Stephen Toub
2016-06-12Updating CoreFx dependencies to rc4-24212-04dotnet-bot
2016-06-12Updating CoreFx dependencies to rc4-24212-03Stephen Toub
2016-06-11Updating CoreFx dependencies to rc4-24211-02dotnet-bot
2016-06-10Updating CoreFx dependencies to rc4-24210-04Stephen Toub
2016-06-10Updating CoreFx dependencies to rc4-24210-03dotnet-bot
2016-06-09Updating CoreFx dependencies to rc4-24209-03dotnet-bot
2016-06-08Updating CoreFx dependencies to rc4-24208-04dotnet-bot
2016-06-07Updating CoreFx dependencies to rc4-24207-03dotnet-bot
2016-06-07Updating CoreFx dependencies to rc4-24207-02dotnet-bot
2016-06-06Updating CoreFx dependencies to rc4-24206-03dotnet-bot
2016-06-06Updating CoreFx dependencies to rc4-24206-02dotnet-bot
2016-06-05Updating CoreFx dependencies to rc4-24205-04dotnet-bot
2016-06-05Updating CoreFx dependencies to rc4-24205-03dotnet-bot
2016-06-05Updating CoreFx dependencies to rc4-24205-02dotnet-bot
2016-06-05Updating CoreFx dependencies to rc4-24205-01dotnet-bot
2016-06-04Updating CoreFx dependencies to rc4-24204-04dotnet-bot
2016-06-04Updating CoreFx dependencies to rc4-24204-03dotnet-bot
2016-06-03Updating CoreFx dependencies to rc4-24203-06dotnet-bot
2016-06-03Updating CoreFx dependencies to rc4-24203-05dotnet-bot
2016-06-01Upgrade CoreFX version to rc4-24201-04 from the build pipeline.Davis Goodin
2016-05-31Updating CoreFX dependencies to rc4-24131-00dotnet-bot
2016-05-27Updating CoreFX dependencies to rc4-24127-00dotnet-bot
2016-05-26Updating CoreFX dependencies to rc4-24126-00dotnet-bot
2016-05-25Updating CoreFX dependencies to rc4-24125-00dotnet-bot
2016-05-18Create lookup table for IsDefault and TypeIdTaylor Southwick
System.ComponentModel.TypeDescriptor expects certain attributes(defined in System.ComponentModel.Primitives) to override IsDesfaultAttribute and TypeId from System.Attribute. This is not available on .NET Core, so an interface had been supplied for it instead. This design required the projects to depend on each other rather than the ref assemblies, so this removes that dependency by creating a lookup table that should cover the majority of the cases.
2016-05-17Exclude DesignerSerializationVisibility from TypeConverter reference assemblyTaylor Southwick
This is in the updated surface area for the primitives library and causes a build break when referencing directly.