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
ByteRate, unlike ByteSize has no ToString or IComparable<>/IEquatable<> methods.
I'm using the project in some PowerShell cmdlets and the lack of ToString means that any ByteRate object is written to the console as just Humanizer.Bytes.ByteRate
The text was updated successfully, but these errors were encountered:
ByteRate, unlike ByteSize has no ToString or IComparable<>/IEquatable<> methods.
I'm using the project in some PowerShell cmdlets and the lack of ToString means that any ByteRate object is written to the console as just
Humanizer.Bytes.ByteRate
The text was updated successfully, but these errors were encountered: