Skip to content

Commit

Permalink
only use friend directive in debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Nov 5, 2020
1 parent c5d859a commit 6ee9885
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/LaunchDarkly.EventSource/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System.Runtime.CompilerServices;

#if DEBUG
// Added to allow the Test Project to access internal types and methods.
[assembly: InternalsVisibleTo("LaunchDarkly.EventSource.Tests")]
[assembly: InternalsVisibleTo("LaunchDarkly.EventSource.Tests")]
#endif

0 comments on commit 6ee9885

Please sign in to comment.