You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OmnifactotumArrayExtensions: Removed ToHexString(this byte[], bool) and ToHexString(this byte[]) in favor of ToHexString(this byte[] bytes, string? separator = null, bool upperCase = false)
New features
MemberConstraintBase: Added the static protected method string FormatValue<TValue>(TValue value) (used in EnumValueDefinedConstraint<TEnum>, NullableEnumValueDefinedConstraint<TEnum>, RegexStringConstraintBase, ValueRangeConstraintBase<T>, and WebUrlConstraint to format the invalid value and valid value(s))
OmnifactotumEnumExtensions
Added the string GetDescription<TEnum>(this TEnum) extension method
Added the ulong ToUInt64<TEnum>(this TEnum) extension method
OmnifactotumImmutableArrayExtensions
Added the AvoidNullOrDefault<T>(this ImmutableArray<T>?) extension method
Added OmnifactotumReadOnlySpanExtensions with the ToHexString(this ReadOnlySpan<byte> bytes, string? separator = null, bool useUpperCase = false) extension method
ValueRange<T>
Added the string ToString(string boundarySeparator) method