From 5a7fb90eb479450cd5671e4531336dea7c072492 Mon Sep 17 00:00:00 2001 From: Jeremy Kuhne Date: Tue, 25 Oct 2016 21:52:41 -0700 Subject: Copy CoreFX FileStream to CoreLib This copies FileStream to CoreLib and uses it in place of the legacy FileStream. Code is mostly a direct copy with the addition of a few internal constructor overloads. Adds a simple Debug wrapper for BCLDebug to allow keeping the code the same. Also follows the same pattern for SR wrapping. Needed to bring down PreAllocatedOverlapped. - Expose FileStream in model.xml - Remove native usage of FileStreamAsyncResult - #ifdef SafeFileHandle creation in existing code (to avoid mismatched PAL/CoreFX usage) --- clr.coreclr.props | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'clr.coreclr.props') diff --git a/clr.coreclr.props b/clr.coreclr.props index c136fa5f4e..2627e1b95c 100644 --- a/clr.coreclr.props +++ b/clr.coreclr.props @@ -77,6 +77,9 @@ --> true true + true + true + true @@ -102,4 +105,10 @@ true true + + true + + + true + -- cgit v1.2.3