What problem does it solve?
This Skill eliminates the guesswork and manual registration errors developers face when setting up MediatorLite's source-generation-first dispatch model in new .NET 10+ projects, ensuring alignment with v2 best practices from the first line of code.
Core Features & Use Cases
- Canonical DI wiring reference: Exact, copy-paste ready setup for AddGeneratedHandlers() and AddMediatorLite() with no manual handler, behavior, or validator registration required.
- End-to-end pattern demonstrations: Covers open generic and closed pipeline behaviors, layered DataAnnotations plus custom business rule validation, and ordered multi-handler notifications.
- Use case: Use this when building a new .NET console, web, or function app with MediatorLite, needing a trusted reference for project layout, source-gen feature usage, and common implementation patterns.
Quick Start
Use this skill to reference the correct project structure, DI registration steps, and implementation patterns for behaviors, validation, and notifications when building a new MediatorLite source-generation consumer application.