Skip to content

Commit 9fbef83

Browse files
committed
Hide Rubberduck from COM except for explicitly whitelisted classes
1 parent e4b4c57 commit 9fbef83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rubberduck.Main/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
[assembly: InternalsVisibleTo("RubberduckTests")]
77

88
// The following GUID is for the ID of the typelib if this project is exposed to COM
9-
[assembly: Guid(RubberduckGuid.RubberduckTypeLibGuid)]
9+
[assembly: Guid(RubberduckGuid.RubberduckTypeLibGuid)]
10+
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)