Skip to content
SERKAN edited this page Oct 7, 2020 · 3 revisions

Getting Started

Nuget
dotnet add package SharpAspect

SharpAspect is an AOP (Aspect-Oriented Programming) package for .Net
It depends on Castle.Core DynamicProxy. Currently only supports method and property interception.

Take advantage of run-time interception for your next project.

Clone this wiki locally