Postsharp NotifyPropertyChanged on xamarin -
i want try postsharp xamarin. install new postsharp 4.1. added project , want add notifypropertychanged aspect, not have suggestion in visual studio. try install postsharp patterns model nuget, thats fail, whats doing bad?
not install package 'postsharp.patterns.model.controls 4.1.10'. trying install package project targets 'portable-net45+win+wpa81+monoandroid10+xamarinios10+monotouch10', package not contain assembly references or content files compatible framework. more information, contact package author.
you need use postsharp.patterns.model
package instead of postsharp.patterns.model.controls
. latter supported on .net , contains undo-redo wpf controls.
Comments
Post a Comment