Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET CLI (dotnet build) and AOP libraries

Is it possible to get any AOP libraries running with the new .NET CLI; i.e. dotnet build?

Most notably, I am looking for ways to do method interception.

I am NOT looking for .NET Core compatibility. I am still using the normal .NET Framework.

like image 272
Dave New Avatar asked Mar 01 '26 21:03

Dave New


1 Answers

AOP is either with a post compiler such as postsharp or with cut points within an ioc container. As for core nothing yet but I would image one will pop up soon.

like image 121
udelblue Avatar answered Mar 04 '26 21:03

udelblue



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!