Skip to content

Commit 46763eb

Browse files
committed
Handle the exception thrown while iterate the properties of an XAML file in latest Visual Studio 2019
1 parent 48298f5 commit 46763eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenFolderExtension/VisualStudio/ProjectSettings.cs

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ private static Dictionary<string, object> GetAllProperty(Properties properties)
5252
propertyList.Add(item.Name, item.Value);
5353
}
5454
catch (COMException) { }
55+
catch (NotSupportedException) { }
5556
catch (NotImplementedException) { }
5657
catch (TargetParameterCountException) { }
5758
}

0 commit comments

Comments
 (0)