This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +2757
-609
lines changed
Expand file tree Collapse file tree 7 files changed +2757
-609
lines changed Original file line number Diff line number Diff line change 31453145 <data name =" ObjectDisposed_ObjectName_Name" xml : space =" preserve" >
31463146 <value >Object name: '{0}'.</value >
31473147 </data >
3148+ <data name =" ObjectDisposed_WriterClosed" xml : space =" preserve" >
3149+ <value >Cannot write to a closed TextWriter.</value >
3150+ </data >
31483151 <data name =" ObjectDisposed_ReaderClosed" xml : space =" preserve" >
31493152 <value >Cannot read from a closed TextReader.</value >
31503153 </data >
36973700 <data name =" Arg_TypeNotSupported" xml : space =" preserve" >
36983701 <value >Specified type is not supported</value >
36993702 </data >
3703+ <data name =" IO_InvalidReadLength" xml : space =" preserve" >
3704+ <value >The read operation returned an invalid length.</value >
3705+ </data >
37003706</root >
Original file line number Diff line number Diff line change 583583 <Compile Include =" $(BclSourcesRoot)\System\Globalization\EncodingDataItem.Unix.cs" />
584584 <Compile Include =" $(BclSourcesRoot)\System\Globalization\GlobalizationMode.Unix.cs" />
585585 <Compile Include =" $(BclSourcesRoot)\System\IO\FileSystemEnumerable.cs" />
586- <Compile Include =" $(BclSourcesRoot)\System\IO\TextReader.cs" />
587- <Compile Include =" $(BclSourcesRoot)\System\IO\StreamReader.cs" />
588586 <Compile Include =" $(BclSourcesRoot)\System\Runtime\Versioning\CompatibilitySwitch.cs" />
589587 <Compile Include =" $(BclSourcesRoot)\System\Threading\ClrThreadPoolBoundHandle.Unix.cs" />
590588 <Compile Include =" $(BclSourcesRoot)\System\TimeZoneInfo.Unix.cs" />
Original file line number Diff line number Diff line change 216216 <Compile Include =" $(MSBuildThisFileDirectory)System\IO\PinnedBufferMemoryStream.cs" />
217217 <Compile Include =" $(MSBuildThisFileDirectory)System\IO\SeekOrigin.cs" />
218218 <Compile Include =" $(MSBuildThisFileDirectory)System\IO\StreamHelpers.CopyValidation.cs" />
219+ <Compile Include =" $(MSBuildThisFileDirectory)System\IO\StreamReader.cs" />
220+ <Compile Include =" $(MSBuildThisFileDirectory)System\IO\StreamWriter.cs" />
221+ <Compile Include =" $(MSBuildThisFileDirectory)System\IO\TextReader.cs" />
222+ <Compile Include =" $(MSBuildThisFileDirectory)System\IO\TextWriter.cs" />
219223 <Compile Include =" $(MSBuildThisFileDirectory)System\IO\UnmanagedMemoryAccessor.cs" />
220224 <Compile Include =" $(MSBuildThisFileDirectory)System\IO\UnmanagedMemoryStream.cs" />
221225 <Compile Include =" $(MSBuildThisFileDirectory)System\IO\UnmanagedMemoryStreamWrapper.cs" />
You can’t perform that action at this time.
0 commit comments