-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Use the right FileSystemWatcher sources #16539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The corefx code for FileSystemEventArgs has some changes to support constructing one with a null filename. Fixes mono#16486
|
We need this backported down to 2019-06 at least. |
|
@monojenkins commit csproj |
|
@alexischr I added you as a reviewer. Please have a look |
|
@monojenkins build failed |
|
Based on https://dev.azure.com/devdiv/DevDiv/_workitems/edit/972836, 2019-02 is the target |
|
@monojenkins backport 2019-08 |
|
@monojenkins backport 2019-06 |
|
@monojenkins backport 2019-02 |
|
@steveisok backporting to 2019-02 failed, the patch results in conflicts: Please backport manually! |
|
@steveisok should I do a manual backport to 2019-02? |
|
@Therzok yes, please do |
* Use the right FileSystemWatcher sources The corefx code for FileSystemEventArgs has some changes to support constructing one with a null filename. Fixes mono#16486 * Remove the mono sources for the newly replaced files * [csproj] Update project files
The corefx code for FileSystemEventArgs has some changes to support
constructing one with a null filename.
Fixes #16486