feat: add property path support

This commit is contained in:
Louis Seubert 2026-05-16 11:38:17 +02:00
commit 8f54ff4e31
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
8 changed files with 276 additions and 49 deletions

View file

@ -11,7 +11,7 @@ public record Problem
/// <summary>
/// The name of the property.
/// </summary>
public required string PropertyName { get; init; }
public required PropertyPath PropertyPath { get; init; }
/// <summary>
/// Custom severity level associated with the failure.