Saspect

March 20, 2025 ยท View on GitHub

AOP (Aspect Oriented Programming) using dotnet source generator.

Including extensions for Autofac, but any implementation that calls the generated code would do.

Usage example, logging all calls to console:

https://github.com/Teleopti/Saspect/blob/6e61f790596cb33d0a784d094739a469afe9c11e/Saspect.Test/SampleTest.cs#L8-L45