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 7fcdd7e commit 8794aabCopy full SHA for 8794aab
RetailCoder.VBE/App.cs
@@ -15,9 +15,7 @@
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
- internal class CodeMetricsAnalyst : ICodeMetricsAnalyst
+ public class CodeMetricsAnalyst : ICodeMetricsAnalyst
14
private readonly IIndenterSettings indenterSettings;
0 commit comments