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
2021-03-25Credscan - revert crypto changes (#406)Jan Jahoda
* Remove crypto changes * Update system.net.testdata * fix UriRelativeResolutionTest.cs * [2.1] Credscan second round (#43052) * Credscan second round * Remove crypto changes * Update system.net.testdata * fix UriRelativeResolutionTest.cs * Add fix for HttpClientHandlerTest.cs * more credscan * Add more fixes Co-authored-by: Dan Moseley <danmose@microsoft.com>
2018-12-13Merged with dotnet/release/2.2.Martin Baulig
2018-04-25Remove Alpine 3.6 buildsWes Haggard
The alpine 3.6 builds have been replaced with the more generic linux-musl builds so removing them.
2018-04-19Add linux-musl build legWes Haggard
2018-04-13Update ProjectNTfs, ProjectNTfsTestILC to beta-26413-00, beta-26413-00, ↵dotnet-maestro-bot
respectively (#29083)
2018-04-13Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-26412-06, preview3-26412-07, preview3-26412-03, beta-26412-00, beta-26412-00, respectively (#29062)
2018-04-12Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview3-26412-01, ↵dotnet-maestro-bot
beta-26411-01, beta-26411-01, respectively (master) (#29041) * Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview3-26412-01, beta-26411-01, beta-26411-01, respectively * Remove MemoryManager.Length (dotnet/coreclr#17498) * Remove MemoryManager.Length * Feedback * XML comment nits Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com> * Remove MemoryManager.Length * Fix tests * Fix pipline tests * Change tests for new api * Feedback * Fix ref/tests * Remove Memory<byte> properties in tests that shouldn't be there. * Update the Api Compat Baselines for uapaot
2018-04-11Update CoreClr, ProjectNTfs, ProjectNTfsTestILC to preview3-26411-02, ↵dotnet-maestro-bot
beta-26411-00, beta-26411-00, respectively (#29013)
2018-04-11Update coreclr symbols url to new symbols feed (#28995)Santiago Fernandez Madero
* Update coreclr symbols url to new symbols feed * Unify Url by using DotNetAssetRootUrl property
2018-04-10Update CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview3-26410-01, ↵dotnet-maestro-bot
beta-26410-00, beta-26410-00, respectively (#28970)
2018-04-10Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC, Standard ↵dotnet-maestro-bot
to preview3-26409-06, preview3-26409-05, preview3-26406-06, beta-26409-00, beta-26409-00, servicing-26409-02, respectively (#28873)
2018-04-05Update CoreFx, ProjectNTfs, ProjectNTfsTestILC to preview3-26405-01, ↵dotnet-maestro-bot
beta-26405-00, beta-26405-00, respectively (#28845)
2018-04-05Update BuildTools, CoreClr, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-02704-01, preview3-26404-06, preview3-26404-01, beta-26404-00, beta-26404-00, respectively (#28826)
2018-04-04Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ↵dotnet-maestro-bot
ProjectNTfsTestILC to preview3-02703-02, preview3-26403-06, preview3-26403-04, preview3-26403-03, beta-26403-00, beta-26403-00, respectively (master) (#28742) * Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview3-02703-02, preview3-26403-06, preview3-26403-04, preview3-26403-03, beta-26403-00, beta-26403-00, respectively * Adding suppresion for package downgrade on Microsoft.NETCore.Platforms
2018-04-03Pin PlatformAbstraction version to last stableWes Haggard
We cannot depend on the latest PlatformAbstractions package which is built from core-setup as it adds a cycle which we cannot have in our source-build. To fix this temporarily we are pinning to the last stable version 2.0.4. See issue https://github.com/dotnet/corefx/issues/28620.
2018-04-02Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-26402-06, preview3-26402-02, preview3-26402-01, beta-26402-01, beta-26402-01, respectively (#28710)
2018-03-31Split OwnedMemory into MemoryManager and IMemoryOwner (#28640)Ahson Khan
* Update IRetainable, OwnedMemory, and MemoryHandle APIs * Split OwnedMemory into MemoryManager and IMemoryOwner * Update ReadOnlySequence, ArrayMemoryPool, and BufferSegment * Update System.Memory and System.IO.Pipeline tests * Temporarily skipping the failing Pipelines tests until impl is corrected. * Update the reference assembly to match implementation and cleanup * Update API compat baseline for UAPAOT and add GenFacadesIgnoreMissingTypes * Fix the System.Runtime ref * Add back the Pin methods to the uapaot api compat baseline * Clone the API compat baseline from uapaot and add it for uap as well. * Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview3-02630-01, preview3-26330-08, preview3-26330-06, preview3-26330-04, beta-26330-00, beta-26330-00, respectively * Fix pipelines tests and update the api compat baseline shim for uapaot * Add empty Unpin override to pipe pool test. * Fix the System.Net.Http Functional tests
2018-03-29Update ProjectNTfs, ProjectNTfsTestILC to beta-26329-00, beta-26329-00, ↵dotnet-maestro-bot
respectively (#28586)
2018-03-28Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-26328-02, preview3-26328-01, beta-26328-00, beta-26328-00, respectively (master) (#28536) * Update CoreClr, CoreFx, ProjectNTfs, ProjectNTfsTestILC to preview3-26328-02, preview3-26328-01, beta-26328-00, beta-26328-00, respectively * Disable test against active issue
2018-03-28Fix compat pack dependencies to be live pre-release and harvest ↵Santiago Fernandez Madero
System.Buffers ref to previously shipped version (#28428) * Break netcoreapp20 build configuration from System.Buffers * Build buffers with inbox frameworks using placeholders * Update Compatibility pack System.Security.Cryptography.Cng to live prerelease dependency * Update Compatibility Validation project and script to be able to restore for 2.1 and to include ASP.NET for ApiCatalog * Merge conflicts and fix configurations to have ref harvested for all configurations * Add netfx configuration to ref project for netfx vertical * Remove not necessary build configurations * PR Feedback
2018-03-27Update CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-26327-08, preview3-26327-03, preview3-26327-01, beta-26327-00, beta-26327-00, respectively (#28503)
2018-03-27Add Regex perf test based on RegexRedux from benchmark game (#28487)Dan Moseley
* Add CoreFX Regex-Redux perf test * License text for CLBG * License text for CLBG * Fix (C) * Update to 1.0.2 test data * Version update
2018-03-26Update CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to ↵dotnet-maestro-bot
preview3-26326-01, preview3-26325-02, beta-26326-00, beta-26326-00, respectively (#28467)
2018-03-23Update ProjectNTfs, ProjectNTfsTestILC to beta-26323-00, beta-26323-00, ↵dotnet-maestro-bot
respectively (#28399)
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)