There was an error while loading. Please reload this page.
1 parent ad9b05c commit 172336dCopy full SHA for 172336d
WebApiClientCore/BuildInProxies/HttpApiEmitActivator.cs
@@ -55,7 +55,7 @@ private static Type BuildProxyType(Type interfaceType, IActionInvoker[] actionIn
55
throw new NotSupportedException(message);
56
}
57
58
- var moduleName = interfaceType.Module.Name;
+ var moduleName = Guid.NewGuid().ToString();
59
var assemblyName = new AssemblyName(Guid.NewGuid().ToString());
60
61
var module = AssemblyBuilder
0 commit comments