Добавлено формирование детальной ошибки

This commit is contained in:
FrigaT
2025-12-28 14:18:54 +03:00
parent e4acae11f0
commit cc7809871e
14 changed files with 1090 additions and 14 deletions

View File

@@ -13,4 +13,5 @@ public interface IRuleViolation
RuleViolationSeverity Severity { get; }
string Text { get; }
BaseRuleVisitor.ExtractedBlock? Snippet { get; }
}