Skip to content

Commit c414f37

Browse files
committed
Suppress warnings - this should not be disposable
1 parent 2ee7b0a commit c414f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Main/ComClientLibrary/UI/DockableWindowHost.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public interface IDockableWindowHost
8282
//Nothing breaks because we declare a ProgId
8383
// ReSharper disable once InconsistentNaming
8484
//Underscores make classes invisible to VB6 object explorer
85+
[SuppressMessage("Microsoft.Design", "CA1049")]
8586
[SuppressMessage("Microsoft.Design", "CA1001")] //This should *never* have Dispose called on it. See comment block above.
8687
public class _DockableWindowHost : COM_IOleObject, COM_IOleInPlaceObject, COM_IOleWindow, IDockableWindowHost
8788
{

0 commit comments

Comments
 (0)