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
There are currently assertions for doc comments being non-false, which on any unmapped/uncommented properties will trigger an assertion failure. These should, instead, probably be replaced with a continue in the loops where these checks occur, to ignore any unmapped properties.
Any implementation should be cautious about native annotation support when it's added.
The text was updated successfully, but these errors were encountered:
There are currently assertions for doc comments being non-false, which on any unmapped/uncommented properties will trigger an assertion failure. These should, instead, probably be replaced with a
continue
in the loops where these checks occur, to ignore any unmapped properties.Any implementation should be cautious about native annotation support when it's added.
The text was updated successfully, but these errors were encountered: