0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Headers need a space to for markdown (#15) More... over 5 years ago
Fixed unit test related to OnEntry and arg passed by ref. More... almost 11 years ago
Added support of ref args for BoundaryAspectGenerator class. More... almost 11 years ago
Refactored InterceptionAspectGenerator class. More... almost 11 years ago
Implemented UpdateArgumentsByRefParams method for RefArgsExtensions. More... almost 11 years ago
Adopted MethodExecution and MethodInterception classes to abstract MethodArgs class. More... almost 11 years ago
Added addition abstraction to method arguments - MethodArgs class. More... almost 11 years ago
Moved commonly used UpdateRefArgs method to newly created RefArgsExtensions extension class. More... almost 11 years ago
Added an initial classes for OnExit tests. More... almost 11 years ago
Combined several aspects into one file. More... almost 11 years ago
Added an unit test. More... almost 11 years ago
Added an unit test. More... almost 11 years ago
Added an unit test. More... almost 11 years ago
Added an unit tests. More... almost 11 years ago
Fixed issue with retrieving method call expression of meta object. More... almost 11 years ago
Added MethodInterceptionTests. More... almost 11 years ago
Fixed bug with missed condition on by ref type arguments More... almost 11 years ago
Added an example related to work with MethodInterceptionAspect. More... almost 11 years ago
Updated nested implementation of Enumerator of Arguments class. More... almost 11 years ago
Fixed problem with inference arguments's types. More... almost 11 years ago
Almost fixed bug with problem of acquiring type of argument. More... almost 11 years ago
Added support of interception invocation of method with parameters passed by reference. More... almost 11 years ago
Added functionality to create delegate for methods with value which pass by ref. More... about 11 years ago
Added ArgumentValidationAspect for examples project. More... about 11 years ago
Removed unecessary expressions like Expresion.Convert and so on. More... about 11 years ago
Renamed several things. More... about 11 years ago
Added an appropriate delegate types for getter and setter for PropertyInterceptionArgs. More... about 11 years ago
Implemented a LateBoundGetter and a LateBoundSetter. More... about 11 years ago
fixed bug into GetterGenerator. Added functional to return Value of args. More... about 11 years ago
fixed bug with ProceedGetValue() and creation delegates for not a full property (without getter or setter). More... about 11 years ago