1
我想讓Pex在我的項目中使用linq。我得到了這個解釋,我需要做什麼:如何將[assembly:PexLinqPackage]添加到測試項目中
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.
我已經添加了參考。但我從來不需要在項目中添加任何類似[assembly:PexLinqPackage]。這是如何完成的?
我同意Anton的意見,但我會走得更遠,並建議將AssemblyInfo.cs放在任何文件中 - 將所有裝配屬性裝飾保留在一個位置,以便更易於查找和管理。 – JMarsch 2010-03-24 16:17:50