error tests expansion
.NET Test / .NET tests (push) Failing after 2m5s

This commit is contained in:
2026-07-12 18:06:53 +04:00
parent 2dbfd781ec
commit e8ae93799e
23 changed files with 1190 additions and 156 deletions
+1
View File
@@ -2,6 +2,7 @@ namespace Just.Railway;
public static partial class Ensure
{
[return: NotNull]
public delegate Error ErrorFactory(string valueExpression);
public const string DefaultErrorType = "EnsureFailed";