We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dodge duck typing.
Illustrates:
// Disabling duck-type lookup by attribute explicitly. [OnPropertyChanged(nameof(Title))] private ValueTask OnTitleChanged(string value) { // ... }
Idea from Fun Fan F# video conference: https://www.youtube.com/watch?v=nFD7-nQFzZo&list=PLbLAMB4nUGAMqY_qX470gvce8ZFRfvXaM
The text was updated successfully, but these errors were encountered:
Added PropertyChangedAttribute. #8
8618995
Updated readme. #8
fa555bd
No branches or pull requests
Dodge duck typing.
Illustrates:
Idea from Fun Fan F# video conference: https://www.youtube.com/watch?v=nFD7-nQFzZo&list=PLbLAMB4nUGAMqY_qX470gvce8ZFRfvXaM
The text was updated successfully, but these errors were encountered: