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