我剛剛將最新版本的源代碼下載到Microsoft企業庫。當我試圖建立在Visual Studio 2010的解決方案,我收到以下錯誤: The type or namespace name 'Moq' could not be found (are you missing a using directive or an assembly reference?) 什麼是起訂量和我在哪裏可以找到組件
如果任何人都可以幫我弄清楚這一點,我將不勝感激。對於初學者來說,我有一個類,像這樣: public class Blob
{
public int BlobID { get; set; }
public string BlobName { get; set; }
public string FileName { get; set; }
public str