We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d42028 commit 43fab4eCopy full SHA for 43fab4e
RetailCoder.VBE/App.cs
@@ -15,7 +15,9 @@
15
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
16
using Rubberduck.VersionCheck;
17
using Application = System.Windows.Forms.Application;
18
+using System.Runtime.CompilerServices;
19
20
+[assembly: InternalsVisibleTo("RubberduckTests")]
21
namespace Rubberduck
22
{
23
public sealed class App : IDisposable
RetailCoder.VBE/Navigation/CodeMetrics/CodeMetricsAnalyst.cs
@@ -10,7 +10,7 @@
10
11
namespace Rubberduck.Navigation.CodeMetrics
12
13
- public class CodeMetricsAnalyst : ICodeMetricsAnalyst
+ internal class CodeMetricsAnalyst : ICodeMetricsAnalyst
14
private readonly IIndenterSettings indenterSettings;
0 commit comments