feat: spec + repo

This commit is contained in:
Louis Seubert 2026-07-01 20:44:24 +02:00
commit 2206fe027a
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
78 changed files with 3870 additions and 0 deletions

View file

@ -5,4 +5,8 @@
<Project Path="src/request.validation.tests/Geekeey.Request.Validation.Tests.csproj" />
<Project Path="src/request.result/Geekeey.Request.Result.csproj" />
<Project Path="src/request.result.tests/Geekeey.Request.Result.Tests.csproj" />
<Project Path="src/request.persistence/Geekeey.Request.Persistence.csproj" />
<Project Path="src/request.persistence.tests/Geekeey.Request.Persistence.Tests.csproj" />
<Project Path="src/request.persistence.entityframeworkcore/Geekeey.Request.Persistence.EntityFrameworkCore.csproj" />
<Project Path="src/request.persistence.entityframeworkcore.tests/Geekeey.Request.Persistence.EntityFrameworkCore.Tests.csproj" />
</Solution>