Hi all,
I am currently evaluating whether to use CSLA in my project.
I'm also new to Xamarin. The plan is to develop for iOS and Android initially.
I have successfully added the Android and iOS CSLA nuget packages to my Xamarin solution but am stuck on adding the CSLA Core package to my PCL project. I get this error
Adding CSLA-Core...
Adding 'CSLA-Core 4.5.601' to MyProject.Domain.
Could not install package 'CSLA-Core 4.5.601'. You are trying to install this package into a project that targets 'portable-net45+win+wp80+MonoAndroid10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I then tried creating a Shared project and putting my domain code in there and it seems to work.
Is anyone else doing this? Is this the correct approach?
Thanks,
Jonathan.
P.S. I'm excited about using CSLA and Xamarin for the first time.