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

Use Expression<T> to fix INotifyPropertyChanged literals #4

Closed
anaisbetts opened this issue Sep 1, 2010 · 0 comments
Closed

Use Expression<T> to fix INotifyPropertyChanged literals #4

anaisbetts opened this issue Sep 1, 2010 · 0 comments

Comments

@anaisbetts
Copy link
Member

RaiseAndSetIfChanged is an awful, awful function - we could do far better if we used Expression and actually walked the AST to determine names, then called the compiled expression as the setter

ghuntley pushed a commit that referenced this issue Oct 6, 2017
Issue #4 Replace Single w/ First
@lock lock bot added the outdated label Jun 25, 2019
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants