Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Adding initial implementation of the FileSystemWatcher on OS X#1193

Merged
jonmill merged 3 commits intodotnet:masterfrom
jonmill:filesystemwatcher
Mar 25, 2015
Merged

Adding initial implementation of the FileSystemWatcher on OS X#1193
jonmill merged 3 commits intodotnet:masterfrom
jonmill:filesystemwatcher

Conversation

@jonmill
Copy link

@jonmill jonmill commented Mar 20, 2015

No description provided.

@jonmill
Copy link
Author

jonmill commented Mar 20, 2015

@stephentoub @ellismg

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add an Interop.Libraries.cs file under src/Common/src/Interop/OSX, and put this constant in there.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@stephentoub
Copy link
Member

Thanks, Jon. Good start. Took a first pass through and left a bunch of comments. I can review it again when you've taken a pass through to address them.

@ellismg
Copy link
Contributor

ellismg commented Mar 22, 2015

@sokket, When you get a chance can you update your git user.email to be the microsoft.com address you have registered with your github account and then update your commit with git commit --amend --reset-author?

Right now it is showing up as an outlook.com address.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be if (!String.IsNullOrEmpty(_directory)) instead of checking for == false?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They both provide the same functionality but I prefer the == false since it's so easy to miss the preceding ! and misread the conditional. If there's strong preference or precedence to using ! over == false then I'll go ahead and change it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants