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 88c4636 commit 378d2a1Copy full SHA for 378d2a1
AspNet.WebForms.DependencyInjection/Properties/AssemblyInfo.cs
@@ -6,4 +6,6 @@
6
7
using System.Runtime.CompilerServices;
8
9
-[assembly: InternalsVisibleTo("PosInformatique.AspNet.WebForms.DependencyInjection.Tests")]
+#if DEBUG
10
+[assembly: InternalsVisibleTo("PosInformatique.AspNet.WebForms.DependencyInjection.Tests")]
11
+#endif
0 commit comments