last nuget packages and fixed small errors (#5334)

Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
Clint Rutkas
2020-07-30 14:01:02 -07:00
committed by GitHub
parent cfbf3cd4b3
commit d35f1ea802
9 changed files with 22 additions and 32 deletions

View File

@@ -130,20 +130,6 @@ namespace Microsoft.Plugin.Folder
{
Log.Exception($"|Microsoft.Plugin.Folder.ContextMenu|{message}", e);
}
private bool CanRunAsDifferentUser(string path)
{
switch (Path.GetExtension(path))
{
case ".exe":
case ".bat":
return true;
default:
return false;
}
}
}
public class SearchResult