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
diff options
context:
space:
mode:
authorAhson Khan <ahkha@microsoft.com>2018-03-31 00:30:48 +0300
committerGitHub <noreply@github.com>2018-03-31 00:30:48 +0300
commitf592e887e2349ed52af6a83070c42adb9d26408c (patch)
tree9d54fc60a316198f6a28409556c707af3eb46412 /tools-local
parent366496832fbf9c893a33ebed176d6e053c721ca1 (diff)
Split OwnedMemory into MemoryManager and IMemoryOwner (#28640)
* 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
Diffstat (limited to 'tools-local')
-rw-r--r--tools-local/ILAsmVersion.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools-local/ILAsmVersion.txt b/tools-local/ILAsmVersion.txt
index 207183d0af..8e700ce7ba 100644
--- a/tools-local/ILAsmVersion.txt
+++ b/tools-local/ILAsmVersion.txt
@@ -1 +1 @@
-2.1.0-preview3-26329-01 \ No newline at end of file
+2.1.0-preview3-26330-08 \ No newline at end of file