Skip to content

Commit 8794aab

Browse files
committed
Revert "make internals of Rubberduck visible to RubberduckTest and make CodeMetricsAnalyst internal"
This reverts commit 43fab4e. Apparently internal implementations for interfaces are not discovered by Castle Windsor
1 parent 7fcdd7e commit 8794aab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

RetailCoder.VBE/App.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
1616
using Rubberduck.VersionCheck;
1717
using Application = System.Windows.Forms.Application;
18-
using System.Runtime.CompilerServices;
1918

20-
[assembly: InternalsVisibleTo("RubberduckTests")]
2119
namespace Rubberduck
2220
{
2321
public sealed class App : IDisposable

RetailCoder.VBE/Navigation/CodeMetrics/CodeMetricsAnalyst.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace Rubberduck.Navigation.CodeMetrics
1212
{
13-
internal class CodeMetricsAnalyst : ICodeMetricsAnalyst
13+
public class CodeMetricsAnalyst : ICodeMetricsAnalyst
1414
{
1515
private readonly IIndenterSettings indenterSettings;
1616

0 commit comments

Comments
 (0)