Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Lipnin <v-maxlip@microsoft.com>2019-09-19 15:13:02 +0300
committerSteve Pfister <steveisok@users.noreply.github.com>2019-09-19 15:13:02 +0300
commit12949cf2e65b02f7d67028187cc45f8d4bbc403e (patch)
treebb82a166b271912891b4d0a0165fa2319edb76f0 /mcs/class/System/System.IO/FileSystemWatcher.cs
parenta3d05c2f884da5c8f2eb8f688ed355ef5b0681ab (diff)
[wasm] Switch to PNSE version of FileSystemWatcher and exclude xunit tests (#16892)
Fixes https://github.com/mono/mono/issues/16876
Diffstat (limited to 'mcs/class/System/System.IO/FileSystemWatcher.cs')
-rw-r--r--mcs/class/System/System.IO/FileSystemWatcher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System/System.IO/FileSystemWatcher.cs b/mcs/class/System/System.IO/FileSystemWatcher.cs
index b7ad29d0c08..9c003a80e5a 100644
--- a/mcs/class/System/System.IO/FileSystemWatcher.cs
+++ b/mcs/class/System/System.IO/FileSystemWatcher.cs
@@ -42,7 +42,7 @@ using System.Threading.Tasks;
namespace System.IO {
[DefaultEvent("Changed")]
[IODescription ("")]
- public class FileSystemWatcher : Component, ISupportInitialize {
+ public partial class FileSystemWatcher : Component, ISupportInitialize {
#region Fields