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
Current version of the bundle does not support DefaultValuePropertyDriver.
DefaultMetadataDriverFactory includes DefaultValuePropertyDriver in the chain resulting in a different behaviour.
Steps required to reproduce the problem
Deserializer an empty input "{}" to the class of your choice (properties should have default values) using the serialiser pulled from the container
Expected Result
default values should be set
Actual Result
default values are uninitialised
The text was updated successfully, but these errors were encountered:
Current version of the bundle does not support DefaultValuePropertyDriver.
DefaultMetadataDriverFactory includes DefaultValuePropertyDriver in the chain resulting in a different behaviour.
Steps required to reproduce the problem
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: