feat: add support for validator resolution from dependency injection

This commit is contained in:
Louis Seubert 2026-05-28 20:12:00 +02:00
commit 22142882b5
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
19 changed files with 806 additions and 1 deletions

View file

@ -0,0 +1,6 @@
// Copyright (c) The Geekeey Authors
// SPDX-License-Identifier: EUPL-1.2
namespace Geekeey.Request.Validation.Tests;
internal sealed class Wrapper<T> { }