feat: add generic result library
All checks were successful
default / dotnet-default-workflow (push) Successful in 55s

This commit is contained in:
Louis Seubert 2026-05-09 19:32:23 +02:00
commit 3a6c472529
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
32 changed files with 2893 additions and 1 deletions

View file

@ -1,4 +1,6 @@
<Solution>
<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>