feat: add Roslyn-based compile-time request handler registration

Introduce compile-time registration capabilities with source generation, enabling automatic handler registration.
This commit is contained in:
Louis Seubert 2026-05-23 21:22:30 +02:00
commit f77c1ff29b
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
20 changed files with 918 additions and 133 deletions

View file

@ -1,4 +1,5 @@
<Solution>
<Project Path="src/request.generator/Geekeey.Request.Generator.csproj" />
<Project Path="src/request.validation/Geekeey.Request.Validation.csproj" />
<Project Path="src/request.validation.tests/Geekeey.Request.Validation.Tests.csproj" />
<Project Path="src/request/Geekeey.Request.csproj" />