Top "Postsharp" questions

PostSharp is a pattern-aware extension to C# and VB, reducing boilerplate code involved in implementing design patterns.

Determine the source of an indirect dependency on incorrect .NET Framework version

I would like to know how I can determine the source of this build error; Warning 4 The primary reference "MyNamespace.…

c# visual-studio-2010 projects-and-solutions postsharp
How do I find the return type of a method with System.Reflection.MethodBase in C#?

how do I find out the return type of a method from the MethodBase? I'm using PostSharp and trying to …

c# .net reflection postsharp
What is IL Weaving?

I just saw Ayende's post today about PostSharp. I downloaded the code and tried it out, and I thought it …

.net postsharp
Cannot resolve dependency to assembly 'PostSharp' because it has not been preloaded

My project structure A.dll, which has PostSharp installed via NuGet and uses it. B.exe, which references A and …

c# .net msbuild postsharp
Anyone with Postsharp experience in production?

Has anyone out there used Postsharp AOP framework in a production environment? Are there any pitfalls? In order to do …

.net asp.net aop postsharp