polishing
This commit is contained in:
@@ -847,6 +847,8 @@ namespace Spring.Aop.Framework.DynamicProxy
|
||||
CreateProxy(advised) as AbstractProxyTypeBuilderTests.InterfaceWithGenericMethod;
|
||||
Assert.IsNotNull(proxy);
|
||||
|
||||
DynamicProxyManager.SaveAssembly();
|
||||
|
||||
proxy.PolymorphicMethod<int>();
|
||||
proxy.PolymorphicMethod<string>();
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>TRACE;DEBUG;NET_2_0;DEBUG_DYNAMIC</DefineConstants>
|
||||
<DocumentationFile>Spring.Aop.Tests.xml</DocumentationFile>
|
||||
<DocumentationFile>
|
||||
</DocumentationFile>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
<NoStdLib>false</NoStdLib>
|
||||
|
||||
Reference in New Issue
Block a user