16 using System.Runtime.CompilerServices;
23 public static partial class Messages
54 [MethodImpl(MethodImplOptions.AggressiveInlining)]
57 return $
"Minimum value ({min}) should be less or equal than maximum ({max})";
63 [MethodImpl(MethodImplOptions.AggressiveInlining)]
66 return $
"{stepVarName} should be positive value; but was {value}";