internal EntryMismatchError(RawDependencyError e)
 {
     Path = e.Path.ToString();
     Expected = e.Expected.ToString();
     Got = e.Got.ToString();
 }
Beispiel #2
0
 internal EntryMismatchError(RawDependencyError e)
 {
     Path     = e.Path.ToString();
     Expected = e.Expected.ToString();
     Got      = e.Got.ToString();
 }