http://kindofmagic.codeplex.com/ is a cool project to implement the INotifyPropertyChanged Interface using just Attributes instead of writing verbose property-setters.
As far as I understand it is a MS build task that manipulates the IL using Mono.Cecil.
However – it seems that it is not working with Silverlight 5 beta projects.
At least not on my machine. Can anybody confirm this?
And does anybody know the reason, why it works with Silverlight 4 but breaks with Version 5? Mono.Cecil?
(Unfortunately I didn’t get an answer on the Codeplex project site.)
cheers,
Thomas
Not really an answer – but a great solution.
I found another project http://github.com/SimonCropp/NotifyPropertyWeaver with the same approach, that works well under Silverlight 5 (beta). Besides that, NotifyPropertyWeaver has more functionality than KindOfMagic.