postsharp
PostSharp 1.5 licencing [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2022-12-16 06:32 分类:问答PostSharp , PDB Debugging and Referenced Assemblies
When using PostSharp with a Referenced Ass开发者_JAVA百科embly with proper PDB info( checked with chkmatch), it seems strange that the debug info gets lost by VStudio build and post compile process an[详细]
2022-12-15 23:48 分类:问答Postsharp: Method signature for Aspect
Can i specify that an OnMethodInvocationAspect can only be applied to a specific method signature, for exemple \"int methodname(ClassA obj)\"开发者_JS百科 ?Yes, by overriding the method CompileTimeVal[详细]
2022-12-15 20:01 分类:问答AOP/PostSharp and dirty-checking - getting property name the better way?
My aspect: [Serializable] [MulticastAttributeUsage(MulticastTargets.Class, Inheritance = MulticastInheritance.Strict)][详细]
2022-12-14 11:37 分类:问答PostSharp: OnMethodBoundaryAspect on derived class's constructor
I have an aspect that writes something to the console on exception. I have a base class that throws an exception on its constructor, and a derived class that have the aspect on its constructor.[详细]
2022-12-13 23:15 分类:问答How to get this really fast?
I have a framework that allows users to do queries to a specific datasource (the Football Manager 2010 ingame database, for those of you interested).[详细]
2022-12-11 13:34 分类:问答Preprocessing C# - Detecting Methods
I require the ability to preprocess a number of C# files as a prebuild step for a project, detect the start of methods, and insert generated code at the start of the method, before any existing code.I[详细]
2022-12-11 07:19 分类:问答Reduce PostSharp compile time overhead
We recently introduced PostSharp into our code base and the compi开发者_JAVA百科le time of our ASP.NET MVC project has doubled to quadrupled.We have about 3 MVC projects and approximately 8 class libr[详细]
2022-12-11 05:02 分类:问答Use AOP in C# to detect if return value is used
This is related to my other question, but this time very开发者_如何学JAVA specific. Is it possible, using AOP (PostSharp in particular) to detect if function\'s return value was used? For example[详细]
2022-12-11 02:54 分类:问答What are the functional differences between AspectJ and PostSharp?
Does an开发者_StackOverflowyone know what AOP features are different between AspectJ and PostSharp (yes I know they are for different languages and platforms)?[详细]
2022-12-08 22:08 分类:问答