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 8067a58 commit e8de13fCopy full SHA for e8de13f
src/net45/WampSharp/Core/Utilities/CastleDynamicProxyGenerator.cs
@@ -8,7 +8,7 @@ namespace WampSharp.Core.Utilities
8
{
9
internal static class CastleDynamicProxyGenerator
10
11
- private static string PREFIX = typeof(CastleDynamicProxyGenerator).Assembly.GetName().Name + ".";
+ private static string PREFIX = "WampSharp.";
12
13
public static readonly ProxyGenerator Instance = GetProxyGenerator();
14
@@ -30,4 +30,4 @@ private static ModuleScope GetModuleScope()
30
}
31
32
33
-#endif
+#endif
0 commit comments