EF Core LINQ performance analyzer and Roslyn analyzer for catching N+1 queries, client-side evaluation, sync-over-async, raw SQL risks, and other query issues at compile time.
A Roslyn analyser for AutoMapper that catches missing and misconfigured mappings at compile time.
A robust .NET solution demonstrating Clean Architecture and CQRS (Command Query Responsibility Segregation) principles. This project serves as a reference implementation for building scalable, maintainable, and testable enterprise applications using modern .NET technologies.