Fody/Scalpel

PCL Target ?

Closed this issue · 1 comments

Hello.

Foremost, all this hard work is very impressive. Thanks for sharing with the community.

I find the idea of moving my tests as "first-class citizens" very appealing and sensible.
I am using a PCL library which holds the core of my test-demanding code, are we able to use Scalpel with PCL target ?

This is the error I get when trying to reference current nuGet package from said PCL library:

Could not install package 'Scalpel.Fody 1.0.4'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', 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 just realized I had not given any thought to this before posting the issue.
It figures the package should be installed on the executable, since this is the whole point of Scalpel.

Sorry for the inconvenience, closing the issue.