I tried 2 days to debug this problem.
I was trying to use the reshaper unittest plugin. It was running very good. I can just create a test function right click and Run Unit Test. Acutally it just like functionality that Test Driven.Net provided. Anyway, if everything in one Can why can't we just install one addin instead of two.
oh right.. my problem is that:
I added a test function.
then I modify the dll (the read code that I want to test) and build it.
while I am doing the debug. It always looking at the old version assembly. My latest code can never be apply to it.
To Fix this:
I found out that there is a temp dll sitting in my Application Data\assembly
and that's actually is the dll that I am testing.
They never get refresh.
Great! I removed it and it works.
Don't know if this is a Reshaper problem or my Visual Studio problem.
if anyone know why? please leave me a message.
--
Thanks,
Gary

0 comments:
Post a Comment