Sometimes, view models will have default values that are initialized as part of the property definition or the constructor. Currently, these are overwritten with null if the source attribute is null, empty, or cannot be found. This is incorrect behavior. The initialized value should be retained if a valid source value cannot be identified.
Sometimes, view models will have default values that are initialized as part of the property definition or the constructor. Currently, these are overwritten with null if the source attribute is null, empty, or cannot be found. This is incorrect behavior. The initialized value should be retained if a valid source value cannot be identified.