postsharp
Generating immutable value object in C#: PostSharp or T4 templates?
I\'m getting sick of boilerplate immutable value object code. Would either PostSharp or T4 templates allow me to do the following transformation?[详细]
2023-02-23 01:40 分类:问答PostSharp vs DynamicProxy2 Interface Interception
I\'ve used PostSharp in the past to do AOP and I\'ve been checking out AOP using Auto开发者_JS百科fac and DynamicProxy2 and I\'m curious if there are any benefits of one of the other.[详细]
2023-02-20 03:54 分类:问答C# Build Solution problem with ERROR CA0055
I am trying to build my project and I am getting a weird error every time I try to build the solution.The error is[详细]
2023-02-18 14:32 分类:问答AOP w/ PostSharp - Classic NotifyPropertyChanged PropertyChanged Event Handler Missing?
开发者_如何学运维New to PostSharp 2.0 and trying out the class NotifyPropertyChanged AOP provided here:[详细]
2023-02-13 11:23 分类:问答PostSharp and Visual Studio Code Coverage
I\'ve recently started using PostSharp in some of my projects and have noticed an unfortunate side effect - the code coverage in all the projects its used with drops significantly.[详细]
2023-02-12 22:15 分类:问答Log4PostSharp for PostSharp 2.0 and .NET framework 2.0
I have a C# project targeting .NET framework 2.0. I also want to use PostSharp 2.0 Community Edition + Log4PostSharp. The problem is that it\'s not possible to use Log4PostSharp because it targets 3.5[详细]
2023-02-09 11:13 分类:问答PostSharp - excluding a method using AttributeExclude doesn't work
We have a project where we\'re using PostSharp to enable logging.Works great.However, there are a couple of methods that are run in very tight loops, where the overhead of logging really adds up to a[详细]
2023-02-07 23:53 分类:问答PostSharp - break other aspects
I have two method that execute first th开发者_C百科e \"Cache\" aspect and next the \"Log\" aspect.[详细]
2023-02-07 06:51 分类:问答can you inject dependencies into postsharp attribute using structure map
I use structure map for dependencies injection, I also now want to use postsharp for some authorisation checking at my service layer. because my service layer has all injected repositories is there a[详细]
2023-01-25 17:59 分类:问答tools/library to do noninvasive logging
I am wondering if any tool can help do noninvasive logging for a third party assembly library.Can log4net/Post开发者_StackOverflow中文版sharp do it?Yes, there was a log4netpostsharp library but it has[详细]
2023-01-24 11:47 分类:问答
加载中,请稍侯......