diff --git a/shared/Guard.cs b/shared/Guard.cs index ac8cab1..4749044 100644 --- a/shared/Guard.cs +++ b/shared/Guard.cs @@ -198,7 +198,7 @@ public static Guid NotEmpty(Guid parameter, [CallerArgumentExpression(nameof(par => parameter == Guid.Empty ? throw new ArgumentException(Messages.ArgumentException_GuidEmpty, paramName) : parameter; - + /// Throws an ArgumentException if the parameter is not positive, otherwise the parameter is passed. /// The parameter to guard. /// The name of the parameter.