Skip to content

Commit 579985f

Browse files
committed
Added InternalsVisibleTo attribute to the Parse assembly to allow Parse.Test to access internal members
1 parent d0577f4 commit 579985f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Parse/Internal/ParseCorePlugins.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
using Parse.Common.Internal;
88
using Parse.Core.Internal;
99

10+
#if DEBUG
11+
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Parse.Test")]
12+
#endif
13+
1014
namespace Parse.Core.Internal
1115
{
1216
public class ParseCorePlugins : IParseCorePlugins

0 commit comments

Comments
 (0)