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
(In the original context, the first type was actually { "$ref": "#/$defs/isAvailable" }, but isAvailable is just {"type":"boolean"}
The generated code defines an implicit conversion to bool, which fails with an InvalidOperationException if it's not a boolean. We were expecting this to be an explicit conversion.
The text was updated successfully, but these errors were encountered:
We have this type:
(In the original context, the first type was actually
{ "$ref": "#/$defs/isAvailable" },
butisAvailable
is just{"type":"boolean"}
The generated code defines an implicit conversion to
bool
, which fails with anInvalidOperationException
if it's not a boolean. We were expecting this to be an explicit conversion.The text was updated successfully, but these errors were encountered: