Philip Laureano

Results 26 comments of Philip Laureano

Hmm. Do you want to swap out the entire method body, or just the method calls inside of the DoSomething() method? You can't call the SampleClassWithInstanceMethod.DoSomething() method directly since you...

Interesting. Do you have any test code that could reproduce the error so that we can throw it in a unit test and make sure that it doesn't happen again?

(Oops. Pressed the wrong button. Reopening the issue)

Since this seems to be an issue that's hard to reproduce, try applying the patch to your local copy of LinFu's source code and run it for a few weeks....

No problem. It's definitely an interesting corner case. Keep me posted. :)

I went ahead and wrapped the recursive dependency counters within a try/finally block, and the counters are now protected with a lock statement. Try it again and let me know...

Does the Invalid IL occur in the original LinFu version?

Are you using the Master branch, or the experimental LinFu v3 branch? LinFu AOP was built for .NET 3.5, so you shouldn't be having any issues

Hi JL, That's because VS2010 is giving a warning that says: "Warning 2 The primary reference "D:\Development\LinFu\examples\LinFu.AOP.Samples\SampleLibrary\bin\Debug\SampleLibrary.dll" could not be resolved because it has an indirect dependency on the .NET...

'Unwaved'? Did you mean 'unwoven'? Unfortunately, I'm not working on LinFu, and I can no longer support .NET Framework versions prior to 4.0. -Philip Laureano On Sat, Jul 6, 2013...