request/request.slnx
Louis Seubert f77c1ff29b
feat: add Roslyn-based compile-time request handler registration
Introduce compile-time registration capabilities with source generation, enabling automatic handler registration.
2026-05-23 21:25:14 +02:00

9 lines
No EOL
542 B
XML

<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" />
<Project Path="src/request.tests/Geekeey.Request.Tests.csproj" />
<Project Path="src/request.result/Geekeey.Request.Result.csproj" />
<Project Path="src/request.result.tests/Geekeey.Request.Result.Tests.csproj" />
</Solution>