Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Keyword types when using --compactTypeNames #337

Merged
merged 3 commits into from
Jun 8, 2022

Conversation

las-nsc
Copy link
Contributor

@las-nsc las-nsc commented Jun 7, 2022

Fixes #335

@las-nsc las-nsc changed the title Keyword types with short names Keyword types when using --compactTypeNames Jun 7, 2022
@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #337 (efef426) into master (50adb75) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #337      +/-   ##
==========================================
+ Coverage   95.53%   95.59%   +0.06%     
==========================================
  Files          19       19              
  Lines        3021     3021              
  Branches      463      462       -1     
==========================================
+ Hits         2886     2888       +2     
+ Misses         76       75       -1     
+ Partials       59       58       -1     
Impacted Files Coverage Δ
XmlSchemaClassGenerator/CodeUtilities.cs 93.08% <100.00%> (+0.92%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50adb75...efef426. Read the comment docs.

@mganss mganss merged commit 4df6db1 into mganss:master Jun 8, 2022
@mganss
Copy link
Owner

mganss commented Jun 8, 2022

Nice!

@las-nsc las-nsc deleted the las/keyword-types-with-short-names branch July 6, 2022 12:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use simplified type names for basic types if --compactTypeNames is specified
2 participants