2016-09-28 87 views
0

我已將FileHelpers Library從2.0升級到最新的3.1.5,但現在FileDiffEngine不再工作。FileHelpers Lib中的FileDiffEngine升級失敗

代碼:

var engine = new FileDiffEngine(typeof(CustomClass)); 

編譯器錯誤:

Using the generic type 'FileHelpers.FileDiffEngine' requires 1 type argument

爲什麼我得到這個錯誤?上面的代碼在2.0版本中工作,我提供1種類型的參數。

回答