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
I am getting an error when my REST interface returns an object that has a Nullable!Date property.
Task terminated with unhandled exception: Called `get' on null Nullable!Date.
It appears that during serialisation, vibe.d is trying to access the get method of the Nullable! struct, and given that it's already null it's crashing.
The text was updated successfully, but these errors were encountered:
I am getting an error when my REST interface returns an object that has a Nullable!Date property.
It appears that during serialisation, vibe.d is trying to access the
get
method of theNullable!
struct, and given that it's already null it's crashing.The text was updated successfully, but these errors were encountered: