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
We have various .Parse() methods but these aren't consistently defensive against what values are passed to them. These could be updated to have better validation to throw a custom exception (e.g. InvalidIIIFPathException). Having consistent validation would allow us to throw exceptions on .Parse() and introduce .TryParse()
The text was updated successfully, but these errors were encountered:
We have various
.Parse()
methods but these aren't consistently defensive against what values are passed to them. These could be updated to have better validation to throw a custom exception (e.g.InvalidIIIFPathException
). Having consistent validation would allow us to throw exceptions on.Parse()
and introduce.TryParse()
The text was updated successfully, but these errors were encountered: