feat: add support for validator resolution from dependency injection
This commit is contained in:
parent
21ca8a3757
commit
22142882b5
19 changed files with 806 additions and 1 deletions
6
src/request.validation.tests/_fixtures/Wrapper.cs
Normal file
6
src/request.validation.tests/_fixtures/Wrapper.cs
Normal 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> { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue