1 write to FilePath
rzc (1)
DefaultExtensionDependencyChecker.cs (1)
140FilePath = filePath;
6 references to FilePath
rzc (6)
DefaultExtensionDependencyChecker.cs (6)
65_output.WriteLine($"Verifying assembly at {item.FilePath}"); 67if (!Path.IsPathRooted(item.FilePath)) 69_error.WriteLine($"The file path '{item.FilePath}' is not a rooted path. File paths must be absolute and fully-qualified."); 98_loader.AddAssemblyLocation(items[i].FilePath); 106item.Assembly = _loader.LoadFromPath(item.FilePath); 115_error.WriteLine($"Extension assembly '{item.Identity.Name}' at '{item.FilePath}' has a different ModuleVersionId than loaded assembly '{item.Assembly.FullName}'");