Tagged Questions

0
votes
2answers
33 views

Use AOP in C# to detect if return value is used

This is related to my other question, but this time very specific. Is it possible, using AOP (PostSharp in particular) to detect if function's return value was used? For example v …
0
votes
0answers
20 views

Using Reflection and PostSharp alternatively !

Is there a Code sample that uses PostSharp actively but can also use System.Reflecttion.Emit alternatively to get field value and load into LocalVariableSymbol of PostSharp ? eg. …
1
vote
2answers
43 views

Hiding inherited named parameters on attributes C# (3.5)

Hi all, I am using PostSharp to add some compile time logic to my attributes - in once case [IndexedCategory ("CatName", CatIndex)]. The trouble comes comes in because IndexedCate …
0
votes
1answer
51 views

.NET Conditional Compiler Symbols and Unit Test Libraries

My team has a set of unit test libraries that run against our application code - unfortunately they are throwing (unexpected) exceptions. The reason for this is that our logging co …
1
vote
2answers
52 views

What are the functional differences between AspectJ and PostSharp?

Does anyone know what AOP features are different between AspectJ and PostSharp (yes I know they are for different languages and platforms)? I'm trying to understand what kind of t …
1
vote
1answer
67 views

Refactoring nasty legacy systems via AOP or other automated means?

I've recently been playing around with PostSharp, and it brought to mind a problem I faced a few years back: A client's developer had produced a web application, but they had not g …
1
vote
4answers
127 views

Code Generation based on method Attributes

I was reading through some articles on Caching and Memoization and how to implement it easily using delegates and generics. The syntax was pretty straightforward, and it is surpris …
2
votes
3answers
103 views

Why use a post compiler?

I am battling to understand why a post compiler, like PostSharp, should ever be needed? My understanding is that it just inserts code where attributed in the original code, so why …
0
votes
1answer
11 views

How do I create a pointcut to intercept all methods in a class with PostSharp?

I've tried using AttributeTargetTypes, but it just won't work. What am I missing? thanks
0
votes
1answer
50 views

Whats the difference between PostSharp and Castle Dynamic Proxy?

Just wondering what the main differences are between these libraries, how they differ in features and functionality. Hoping for more information than I could find with a Google qu …
0
votes
0answers
20 views

System.AccessViolationException with Dynamic Proxy Generation

We are using PostSharp to inject caching functionality, we are only seeing this issue when we are using it. When we use Spring the issue seems to go away. Any help would be apprec …
0
votes
1answer
25 views

PostSharp: Custom attributes are removed when using OnMethodInvocationAspect

I've got some aspect like this: public class MyAttribute : OnMethodInvocationAspect { public int Offset { get; internal set; } public MyAttribute(int offset) { …
0
votes
1answer
28 views

Has anybody used any AOP products under Mono?

I'm looking into using PostSharp on one of my projects. The complicating factor is that I need PostSharp to work on both Windows x64 and Linux x64/Mono. According to the available …
3
votes
4answers
76 views

Aspect Oriented Programming: What do you use PostSharp for?

Hi, I would like to ask users of the AOP framework Postsharp, what specifically are you using the framework for? Also, I know it's use has a big negative impact on build times, b …
1
vote
3answers
211 views

Mono Cecil vs. PostSharp Core vs. Microsoft CCI for implementing AOP framework

Which is the better in terms of capabilities, easy of use, documentation, samples, community/support, VS integration, known implementations, long-term viability, and build speed to …

1 2 3 4 next
15 30 50 per page