Closed mingyaulee closed 2 months ago
Attention: Patch coverage is 40.00000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 94.08%. Comparing base (
4120626
) to head (fc1028a
). Report is 2 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
XmlSchemaClassGenerator/Generator.cs | 0.00% | 2 Missing :warning: |
XmlSchemaClassGenerator/ModelBuilder.cs | 0.00% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
v2.1.954
has been a breaking change due to the merging of restrictions in 4539c1e3e4443d977023bc85858608d81f2db12c.As a result, properties with numeric restrictions were previously generated as string and now generated as numeric types (byte/ushort/uint/int/long/etc.). This configuration allows projects to update to the latest version gradually with the ability to opt-out from the new behaviour temporarily.
With the configuration, projects using the package can update to the latest version in 2 parts, one with only changes to comments and attributes, and after that with only changes in the generated property types.