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 have a datamodel that changed from being optional to being required in a newer version.
There is a nice @madeOptional decorator, but there is no @madeRequired decorator.
There are some workarounds but they do not exactly generate the wanted results.
Is this something that can be easily added?
The text was updated successfully, but these errors were encountered:
Hopefully I got all the places I needed to get and added enough tests.
My methodology was pretty much "Look at what madeOptional does, and do
the opposite"
Closes#2731
---------
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
Co-authored-by: Timothee Guerin <timothee.guerin@outlook.com>
I have a datamodel that changed from being optional to being required in a newer version.
There is a nice
@madeOptional
decorator, but there is no@madeRequired
decorator.There are some workarounds but they do not exactly generate the wanted results.
Is this something that can be easily added?
The text was updated successfully, but these errors were encountered: