-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Complete
-
Affects Version/s: 1.3.0
-
Fix Version/s: 1.3.1
-
Component/s: Spring-NET-CORE
-
Labels:None
The Spring.Core.2008.csproj defined a DefineConstants (conditional compilation symbol) as DEBUG_DYNAMICX, whereas in code DEBUG_DYNAMIC is actually used.
Not sure if that is done on purpose in order to avoid creating an assembly dynamically or just a typo (imho rather the second).
Either way would be nice fix that...
By the way, seems that is the same at trunk for VS2010 project...