Skip to content

Commit

Permalink
Use the right FileSystemWatcher sources
Browse files Browse the repository at this point in the history
The corefx code for FileSystemEventArgs has some changes to support
constructing one with a null filename.

Fixes mono#16486
  • Loading branch information
Therzok authored and monojenkins committed Aug 28, 2019
1 parent 076bab4 commit 6e7334b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mcs/class/System/common.sources
Expand Up @@ -28,8 +28,6 @@ System.IO.Compression/DeflateStream.cs

System.IO/ErrorEventArgs.cs
System.IO/ErrorEventHandler.cs
System.IO/FileSystemEventArgs.cs
System.IO/FileSystemEventHandler.cs
System.IO/InternalBufferOverflowException.cs
System.IO/InvalidDataException.cs
System.IO/IODescriptionAttribute.cs
Expand Down Expand Up @@ -872,13 +870,15 @@ ReferenceSources/Win32Exception.cs
../../../external/corefx/src/System.Private.Uri/src/System/UriBuilder.cs

../../../external/corefx/src/System.Runtime.Extensions/src/System/CodeDom/Compiler/IndentedTextWriter.cs
../../../external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemEventArgs.cs
../../../external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemEventHandler.cs
../../../external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.cs
../../../external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/WaitForChangedResult.cs

../../../external/corefx/src/System.Runtime.InteropServices/src/System/Security/SecureStringMarshal.cs
../../../external/corefx/src/System.Runtime.Extensions/src/System/StringNormalizationExtensions.cs
../../../external/corefx/src/System.Diagnostics.StackTrace/src/System/Diagnostics/StackFrameExtensions.cs

../../../external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/FileSystemWatcher.cs

# Everything except compiled
../../../external/corefx/src/System.Text.RegularExpressions/src/System/Text/RegularExpressions/Capture.cs
Expand Down

0 comments on commit 6e7334b

Please sign in to comment.