Esempio n. 1
0
 internal EntryMismatchError(RawDependencyError e)
 {
     Path = e.Path.ToString();
     Expected = e.Expected.ToString();
     Got = e.Got.ToString();
 }
Esempio n. 2
0
 internal EntryMismatchError(RawDependencyError e)
 {
     Path     = e.Path.ToString();
     Expected = e.Expected.ToString();
     Got      = e.Got.ToString();
 }