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
thrownewInvalidOperationException($"File is not aligned to elements with size {elementSize}.");
By the convention all methods ended with OrDefault are expected to return default value in any unexpected case. Such methods are not expected to throw exceptions.
The text was updated successfully, but these errors were encountered:
IO/csharp/Platform.IO/FileHelpers.cs
Line 44 in 00ac8c5
By the convention all methods ended with
OrDefault
are expected to return default value in any unexpected case. Such methods are not expected to throw exceptions.The text was updated successfully, but these errors were encountered: