We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48298f5 commit 46763ebCopy full SHA for 46763eb
OpenFolderExtension/VisualStudio/ProjectSettings.cs
@@ -52,6 +52,7 @@ private static Dictionary<string, object> GetAllProperty(Properties properties)
52
propertyList.Add(item.Name, item.Value);
53
}
54
catch (COMException) { }
55
+ catch (NotSupportedException) { }
56
catch (NotImplementedException) { }
57
catch (TargetParameterCountException) { }
58
0 commit comments