| .. |
|
BinaryReader.cs
|
1e3d017479
More corelib cleanup (dotnet/coreclr#26993)
|
6 éve |
|
BinaryWriter.cs
|
35d8ca894b
Fix StyleCop warning SA1005 (single line comment spacing)
|
6 éve |
|
DirectoryNotFoundException.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 éve |
|
DisableMediaInsertionPrompt.cs
|
bd278dd00d
Mirror changes from mono/corefx,coreclr (#17777)
|
6 éve |
|
DriveInfoInternal.Unix.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
DriveInfoInternal.Windows.cs
|
5f38497e19
Remove unused usings from Corlib (dotnet/coreclr#26250)
|
6 éve |
|
EncodingCache.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
EndOfStreamException.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
Error.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
FileAccess.cs
|
5f38497e19
Remove unused usings from Corlib (dotnet/coreclr#26250)
|
6 éve |
|
FileLoadException.cs
|
670738b55f
Use const internally in corelib for Environment.NewLine (#27013)
|
6 éve |
|
FileMode.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 éve |
|
FileNotFoundException.cs
|
670738b55f
Use const internally in corelib for Environment.NewLine (#27013)
|
6 éve |
|
FileOptions.cs
|
5f38497e19
Remove unused usings from Corlib (dotnet/coreclr#26250)
|
6 éve |
|
FileShare.cs
|
5f38497e19
Remove unused usings from Corlib (dotnet/coreclr#26250)
|
6 éve |
|
FileStream.Linux.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
FileStream.OSX.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
FileStream.Unix.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 éve |
|
FileStream.Win32.cs
|
64f4ba27f0
Fix IDE0059 (unnecessary assignment)
|
6 éve |
|
FileStream.Windows.cs
|
c256e409c9
More Corelib cleanup (dotnet/coreclr#26872)
|
6 éve |
|
FileStream.cs
|
2a108e958f
Use Stream's BeginReadInternal from FileStream (dotnet/coreclr#27737)
|
6 éve |
|
FileStreamCompletionSource.Win32.cs
|
2c8d5f0a39
Add ExceptionDispatchInfo.SetCurrentStackTrace (dotnet/coreclr#27004)
|
6 éve |
|
IOException.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
MemoryStream.cs
|
5645032fc6
Add span-based CopyTo and CopyToAsync methods (dotnet/coreclr#27639)
|
6 éve |
|
Path.Unix.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 éve |
|
Path.Windows.cs
|
d34ba480f9
Use stackalloc expressions with builder ctors (dotnet/coreclr#27194)
|
6 éve |
|
Path.cs
|
d3fbf4a1d3
Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (#42546)
|
6 éve |
|
PathHelper.Windows.cs
|
bd278dd00d
Mirror changes from mono/corefx,coreclr (#17777)
|
6 éve |
|
PathInternal.Unix.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 éve |
|
PathInternal.Windows.cs
|
d34ba480f9
Use stackalloc expressions with builder ctors (dotnet/coreclr#27194)
|
6 éve |
|
PathInternal.cs
|
6785b27567
Mirror changes from mono/runtime (#17803)
|
6 éve |
|
PathTooLongException.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
PersistedFiles.Names.Unix.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
PersistedFiles.Unix.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 éve |
|
PinnedBufferMemoryStream.cs
|
f731db32dd
Replace tfm based constants with SDK ones (dotnet/corefx#41601)
|
6 éve |
|
SeekOrigin.cs
|
b31b703b89
Turn on nullability for all of Corelib (dotnet/coreclr#24497)
|
6 éve |
|
Stream.cs
|
5645032fc6
Add span-based CopyTo and CopyToAsync methods (dotnet/coreclr#27639)
|
6 éve |
|
StreamHelpers.CopyValidation.cs
|
5645032fc6
Add span-based CopyTo and CopyToAsync methods (dotnet/coreclr#27639)
|
6 éve |
|
StreamReader.cs
|
249522036d
Fix StreamReader to pass cancellation token into ReadBufferAsync (#27464)
|
6 éve |
|
StreamWriter.cs
|
ff7dd88cfa
Use expression-bodied members in more places (dotnet/coreclr#26500)
|
6 éve |
|
TextReader.cs
|
c256e409c9
More Corelib cleanup (dotnet/coreclr#26872)
|
6 éve |
|
TextWriter.cs
|
670738b55f
Use const internally in corelib for Environment.NewLine (#27013)
|
6 éve |
|
UnmanagedMemoryAccessor.cs
|
da2c1cde97
Re-enable StyleCop warnings SA1028 and SA1518 (trailing whitespace and blank lines) (#40113)
|
6 éve |
|
UnmanagedMemoryStream.cs
|
5645032fc6
Add span-based CopyTo and CopyToAsync methods (dotnet/coreclr#27639)
|
6 éve |
|
UnmanagedMemoryStreamWrapper.cs
|
ff7dd88cfa
Use expression-bodied members in more places (dotnet/coreclr#26500)
|
6 éve |
|
Win32Marshal.cs
|
3695d8704e
Mirror changes from mono/coreclr,corefx (#17609)
|
6 éve |