What problem does it solve?
This Skill provides comprehensive documentation and guidance for using Metalama, a powerful C# compile-time metaprogramming framework, enabling developers to write cleaner, more maintainable, and more powerful code through Aspect-Oriented Programming (AOP).
Core Features & Use Cases
- Conceptual Understanding: Deep dives into aspects, templates (T#), fabrics, validation, and the Metalama code model.
- API Reference: Detailed documentation for all Metalama namespaces and types.
- Practical Examples: Working code snippets and pattern libraries for common AOP tasks like caching, contracts, and observability.
- Use Case: A developer needs to implement a custom logging aspect for all methods in a service layer. They can use this Skill to find the correct base class (
OverrideMethodAspect), understand how to implement the logging logic in a template, and learn how to apply the aspect efficiently using a fabric.
Quick Start
Use the metalama skill to find the documentation for creating custom aspects.