I\'m using PostSharp, and I\'d like to suppress (or change) an existing global attribute, for one method in the class.
I recently upgraded to the postsharp 2.0 community edition, and my postsharp aspects are no开发者_运维百科t firing.Is this a known issue?
I have a project Company.Business that I\'m 开发者_如何学JAVAtrying to target with PostSharp to wrap my business layer.In the project Company.AOP, I have a method boundary aspect to use EL logging app
I have a POstSHarp attribute implementing OnMethodBoundaryAspect. The mark up is as follows: [ExceptionLogging(\"RepositoryLayer\")]
Need to modify Log4PostSharp project by inheriting from 开发者_如何学JAVAthe ready-made (and working) custom attribute. It looks similar to this:
Postsharp is great, but only the 1.5 version is still opensource.Does it work with .net 4.0?If not, are there any other good AOP weavers out there?开发者_StackOverflow社区I\'m not interested in the pr
Some code I just wrote follows. It demonstrates applying a PostSharp aspect to a method for the purposes of recording the duration of the method invocation in an asynchronous manner - so that if the
Example: I add a PostSharp attribute to a method to ensure a stopwatch is started before the method is called, and stopped just after the call returns. This method is used in a web app, so it will b
I have setup a Visual Studio project that I have edited to reference the PostSharp build targets. I did not use the MSI installe开发者_运维知识库d to install PostSharp on my development machine.
I have a project that currently compiles happily on my dev machine using VS 2010 (presumably using MSBUILD v4.0), but it fails under MSBUILD v3.5 in Team City (running on a VM based on Win 2003 server