Prism.Avalonia.Extensions #52
DamianSuess
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This all started with #27 where a feature was introduced to ease the implementation and reduce copy/pasting code between projects.
Let's kick the can and discuss ideas of what could go into a Prism.Avalonia.Extensions package.
Suggestions
NotificationService
Add Avalonia's Notification Pop-ups to your application in just a few lines.
Get() Set() property methods
Borrowing from an implementation from Dan Siegel, use property methods to help reduce code.
Autogenerated Properties
Use an attribute to auto-generate the code for OnPropertyChanged in properties that are used in MVVM. This would be similar to the ObservableProperty attribute (ref1, ref2.
Beta Was this translation helpful? Give feedback.
All reactions