mathtone / MIST

Implements change notification for properties (ie: INotifyPropertyChanged) using IL weaving and a custom Visual Studio build task.
MIT License
49 stars 7 forks source link

Support for .Net core and uwp apps #12

Open Braini01 opened 7 years ago

Braini01 commented 7 years ago

I love this simple approach to declare notifying properties and really would like to use it in a current UWP app, which currently is not supported afaik. I don't know if the mechanics of the library can easily be applied to .net core and uwp projects, but I would love to see it and maybe also others :)

mathtone commented 7 years ago

Braini01 - Thanks for your feedback, I don't know a whole lot about the internal mechanics of UWP but I will certainly look into it.