Skip to content
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

Changes from comment #47

Merged
merged 2 commits into from
Sep 12, 2019
Merged

Conversation

ravinderjangra
Copy link
Contributor

fixes: #45

Changes:

Copy link
Owner

@jamesmontemagno jamesmontemagno left a comment

Choose a reason for hiding this comment

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

First off thanks for this PR, this is awesome :) Made a few comments on it :)

namespace MvvmHelpers
{
public class WeakEventManager
internal class WeakEventManager
Copy link
Owner

Choose a reason for hiding this comment

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

Is there a reason we shouldn't make this public? Seems like it could be useful for library creators.

Copy link
Owner

Choose a reason for hiding this comment

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

I read the comment now... hmmmmmm interesting....

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, actually that makes a lot of sense because I want to use the simplest solution in my apps, and I hope that's the case of a lot of other developers too and it's an extra piece of code that needs to be maintained and needs improvement over time.

Copy link
Owner

Choose a reason for hiding this comment

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

I think I am fine keeping it public :)

Copy link
Contributor Author

@ravinderjangra ravinderjangra Sep 4, 2019

Choose a reason for hiding this comment

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

Okay I will change it back to public

@jamesmontemagno jamesmontemagno merged commit 4183bff into jamesmontemagno:master Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.5.1 - Integrate Feedback
2 participants