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-03-22Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-26322-06, preview3-26322-06, preview3-26322-01, beta-26322-00, beta-26322-00, respectively (#28364)
2018-03-22Restore ProjectN package consistency check (#28217)Simon Nattress
Re-enable validation that ProjectN compiler and targeting pack are the same version. This was disabled while we worked to update System.Private.CoreLib with breaking public API changes. Resolves https://github.com/dotnet/corefx/issues/27619
2018-03-21Update ProjectNTfs, ProjectNTfsTestILC to beta-26321-00, beta-26321-00, ↵dotnet-maestro-bot
respectively (#28293)
2018-03-21Update CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-26320-09, preview3-26319-04, beta-26320-00, beta-26320-00, respectively (#28211)
2018-03-18Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-02616-02, preview3-26318-02, preview3-26318-03, preview3-26318-01, beta-26316-00, respectively (#28112)
2018-03-15Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-26314-17, preview2-26314-06, preview2-26314-02, beta-26314-01, beta-26314-01, respectively
2018-03-10Updates for ILLink integration.Eugene Rozenfeld
1. Update ILLink.Tasks version. 2. Embed ILLinkTrim.xml as an assembly resource. The linker knows how to process embedded xml files. This will ensure that the types, methods, and fields specified in ILLinkTrim.xml won't be removed when customers run ILLink on shipped assemblies. 3. Add --skip-unresolved true so that the linker is tolerant to missing assembly references. 4. Remove the option that hard-coded netstandard by name. 5. ClearInitLocals is now exposed as a parameter of ILLInk task. Use it instead of specifying the plugin option in ILLinkArgs. I verified that the set of things removed by the linker didn't change.
2018-03-09Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-02607-03, preview2-26309-06, preview2-26308-09, preview2-26309-01, beta-26307-01, respectively (#27864)
2018-03-09Update UAP System.Private.CoreLib to unblock UAP builds (#27805)Simon Nattress
* Update UAP targeting pack To fix the flow from CoreCLR and CoreFX into TFS, update the targeting pack with a version of System.Private.CoreLib that has an updated signature for Stream.WriteAsync. This should be sufficient to re-enable uapaot builds so we can get a new set of uap packages. * Revert "Disable uapaot builds on several projects" This reverts commit ebe14686a89d26d1d34d359f7a636d6e9a36a624.
2018-03-08Updating the package index for UAP and updating buildtools (#27787)Jose Perez Rodriguez
* Updating the package index for UAP and updating buildtools * Having System.Reflection.DispatchProxy crosscompile for uap RS3 * Updating buildtools and fixing PR feedback * Re-add support for uap to the assemblies that already had a netcoreapp2.0 config for Windows
2018-03-07Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to preview2-02606-05, preview2-26307-01, preview2-26307-01, preview2-26306-04, beta-26306-00, beta-26306-00, respectively
2018-03-05Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-26305-04, preview2-26305-02, beta-26305-00, beta-26305-00, respectively (#27722)
2018-03-03Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview2-26302-06, ↵dotnet-maestro-bot
beta-26302-01, beta-26302-01, respectively (#27668)
2018-03-02Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-26302-01, preview2-26228-08, beta-26301-00, beta-26301-00, respectively
2018-02-28Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-26228-02, preview2-26228-03, beta-26228-00, beta-26228-00, respectively
2018-02-27Update ILLink to version 0.1.4-preview-1421602Tomáš Matoušek
This build has a support for SHA256 source checksum algorithm. See https://github.com/jbevain/cecil/pull/488
2018-02-27Update CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-26227-01, preview2-26227-01, beta-26227-00, beta-26227-00, respectively (#27443)
2018-02-23Merge pull request #27337 from maryamariyan/typeforward-lazyWes Haggard
Adding missing typeforward for Lazy<T,TMetadata> to S.CM.Composition
2018-02-23Enable ETW EventSource Tests (#27331)Brian Robbins
* Upgrade TraceEvent to 2.0.5 and xunit.performance to 1.0.0-beta-build0018. * Only run ETW tests when the test process is elevated. * Enable ETW tests. * Manually copy the native portions of TraceEvent into the runtime and shared framework directories.
2018-02-23Exclude System.ComponentModel.Composition from netcoreapp2.0Wes Haggard
We are building a newer version of System.ComponentModel.Composition in our live builds and we need to exclude it from the netcorepp2.0 targeting pack otherwise we end up with the wrong one for our build.
2018-02-23Exclude System.ComponentModel.Composition from NS restoreWes Haggard
We don't want to bin-place System.ComponentModel.Composition from the Netstandard.Library package becasue we build it ourselves and we need it to be built as part of our all configurations build. While we could overwrite it in the output there are some logic in resolving contracts that prevent the correct configurations to be built when it is already present so we need to make sure the wrong one is no longer in the output.
2018-02-22Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to preview2-02521-06, preview2-26222-05, preview2-26222-04, preview2-26222-01, beta-26222-00, beta-26222-00, respectively
2018-02-22Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to preview2-02521-03, preview2-26221-06, preview2-26221-05, preview2-26220-02, beta-26221-00, beta-26221-00, respectively (master) (#27289) * Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview2-02521-03, preview2-26221-06, preview2-26221-05, preview2-26220-02, beta-26221-00, beta-26221-00, respectively * Fix test data for System.Runtime.Serialization.Formatters BinFormatTestData
2018-02-16Update CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview2-26216-01, ↵dotnet-maestro-bot
beta-26216-00, beta-26216-00, respectively (#27196)
2018-02-15Update BuildTools, CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-02515-01, preview2-26214-07, preview2-26215-04, beta-26215-00, beta-26215-00, respectively (#27112)
2018-02-13Update ProjectNTfs, ProjectNTfsTestILC to beta-26213-00, beta-26213-00, ↵dotnet-maestro-bot
respectively (#27083)
2018-02-12Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-26212-01, preview2-26212-01, beta-26212-00, beta-26212-00, respectively (#27053)
2018-02-10Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to preview2-02509-01, preview2-26209-08, preview2-26210-01, preview2-26209-04, beta-26209-02, beta-26209-02, respectively (#26940)
2018-02-07Update ProjectNTfs, ProjectNTfsTestILC to beta-26207-00, beta-26207-00, ↵dotnet-maestro-bot
respectively (#26923)
2018-02-06Update ProjectNTfs, ProjectNTfsTestILC to beta-26206-00, beta-26206-00, ↵dotnet-maestro-bot
respectively (#26884)
2018-02-03Update BuildTools, CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview2-02502-01, preview2-26202-06, preview2-26202-05, beta-26202-01, beta-26202-01, respectively (master) (#26776) * Update BuildTools, CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to preview2-02502-01, preview2-26202-06, preview2-26202-05, beta-26202-01, beta-26202-01, respectively * Fix name of ConvertScalarToVector128UInt32 to match coreclr.
2018-02-01Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to preview2-02431-05, preview2-26201-01, preview2-26201-01, preview2-26131-06, beta-26201-00, beta-26201-00, respectively
2018-02-01Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to prerelease-02430-04, preview2-26130-05, preview2-26130-01, preview2-26129-06, beta-26130-01, beta-26130-01, respectively (master) (#26631) * Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to prerelease-02430-04, preview2-26130-05, preview2-26130-01, preview2-26129-06, beta-26130-01, beta-26130-01, respectively * Undoing BuildTools update * Skipping test causing UAP test run to crash for Process
2018-01-29Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to prerelease-02427-01, preview2-26129-01, preview2-26127-04, preview2-26128-03, beta-26129-00, beta-26129-00, respectively (#26605)
2018-01-26Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview2-26126-07, ↵dotnet-maestro-bot
beta-26126-00, beta-26126-00, respectively (#26597)
2018-01-26Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to prerelease-02425-02, preview2-26125-07, preview2-26126-03, preview2-26125-06, beta-26125-01, beta-26125-01, respectively (#26551)
2018-01-23Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview2-26123-05, ↵dotnet-maestro-bot
beta-26123-01, beta-26123-01, respectively (#26545)
2018-01-22Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview1-26122-04, ↵dotnet-maestro-bot
beta-26122-00, beta-26122-00, respectively
2018-01-21Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to prerelease-02419-02, preview1-26120-01, preview1-26120-02, preview1-26119-05, beta-26120-00, beta-26120-00, respectively (#26444)
2018-01-19Update CoreClr, CoreSetup, ProjectNTfsTestILC to preview1-26119-01, ↵dotnet-maestro-bot
preview1-26118-01, beta-26118-00, respectively (#26438)
2018-01-19Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to prerelease-02417-06, preview1-26118-01, preview1-26117-03, preview1-26117-04, beta-26117-00, beta-26117-00, respectively (master) (#26365) * Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to prerelease-02417-06, preview1-26118-01, preview1-26117-03, preview1-26117-04, beta-26117-00, beta-26117-00, respectively * Delete StreamReader/Writer
2018-01-16Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview1-26116-03, preview1-26116-03, beta-26116-00, beta-26116-00, respectively (#26353)
2018-01-15Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview1-26114-03, preview1-26115-01, preview1-26114-03, beta-26115-00, beta-26115-00, respectively (#26330)
2018-01-12Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview1-26112-01, preview1-26112-01, beta-26112-00, beta-26112-00, respectively (#26287)
2018-01-12Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to prerelease-02411-03, preview1-26111-02, preview1-26111-02, preview1-26110-02, beta-26111-00, beta-26111-00, respectively (#26249)
2018-01-10Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview1-26109-01, preview1-26109-01, preview1-26108-03, beta-26109-00, beta-26109-00, respectively (master) (#26230) * Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview1-26109-01, preview1-26109-01, preview1-26108-03, beta-26109-00, beta-26109-00, respectively * Add missing Intel hardware intrinsics and fix names * Add temporary baseline
2018-01-08Update BuildTools, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
prerelease-02408-01, preview1-26108-01, beta-26108-01, beta-26108-01, respectively
2018-01-08Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview1-26108-02, preview1-26108-02, preview1-26107-01, beta-26108-00, beta-26108-00, respectively
2018-01-06Update BuildTools, CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
prerelease-02406-01, preview1-26106-01, preview1-26105-02, beta-26105-01, beta-26105-01, respectively (master) (#26191) * Update BuildTools, CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to prerelease-02406-01, preview1-26106-01, preview1-26105-02, beta-26105-01, beta-26105-01, respectively * Fix UWP build break YieldAwaiter is not marked as readonly in ProjectN yet
2018-01-05Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview1-26105-01, ↵dotnet-maestro-bot
beta-26105-00, beta-26105-00, respectively (#26177)