|
|
Browse by Tags
All Tags » .NET » Activation (RSS)
-
I wrote a unit test that includes a Linq query against a db40 IObjectContainer. This passed.
I wrote a unit test that traverses a deep object graph and so tests for transparent activation (TA). This failed
I enabled my test assembly for TA by adding the post-build command :
$(ProjectDir)/Library/Db4oTool.exe -ta -nq ...
-
Thank you for your reply!
However despite my best efforts I am still unable to reproduce the behaviour the links, you provided, explain or at the very least unable to verify that it is taking place. I've tried setting ActivationDepth to both 0 and 1 and set the EvaluationMode to Lazy and from what I can tell my entire object graph is still ...
|
|
|