In a previous PR (https://github.com/datacontract/datacontract-cli/pull/419), I did not consider the case where precision and scale are not provided in the data contract. This change allows defining type: decimal without adding precision and/or scale values.
In a previous PR (https://github.com/datacontract/datacontract-cli/pull/419), I did not consider the case where
precision
andscale
are not provided in the data contract. This change allows definingtype: decimal
without addingprecision
and/orscale
values.