I am trying to get Pex to work with linq in my project. I got this explanation on what I need to do:
In order for Pex to support Linq, make sure you add a reference to Microsoft.Pex.Linq.dll and add the [assembly: PexLinqPackage] attribute to the test project.
I have the reference added. But I have never had to add anything like [assembly: PexLinqPackage] to a project. How is this done?