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
When a value cannot be converted to a DateTimeOffset, the exception message shows "Text: ''", instead of the actual column's value. Also, the member's name is not populated, making it difficult to debug.
When there are a lot of columns, it is quite difficult to understand the problem. The column's value is not empty, but something that could not be parsed. And I would expect the MemberName / MemberType to also not be empty.
The text was updated successfully, but these errors were encountered:
When a value cannot be converted to a
DateTimeOffset
, the exception message shows "Text: ''", instead of the actual column's value. Also, the member's name is not populated, making it difficult to debug.Repro
Throws:
When there are a lot of columns, it is quite difficult to understand the problem. The column's value is not empty, but something that could not be parsed. And I would expect the
MemberName
/MemberType
to also not be empty.The text was updated successfully, but these errors were encountered: