Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

YAXSerializer leaves SerializerOptions.MaxRecursion unchanged #154

Merged
merged 3 commits into from May 19, 2021

Conversation

axunonb
Copy link
Collaborator

@axunonb axunonb commented May 18, 2021

Fixes #153

@axunonb axunonb added this to the v3 milestone May 18, 2021
@codecov-commenter
Copy link

codecov-commenter commented May 18, 2021

Codecov Report

Merging #154 (ef0a331) into master (29d4d76) will increase coverage by 0%.
The diff coverage is 80%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #154   +/-   ##
=====================================
  Coverage      79%    79%           
=====================================
  Files          60     60           
  Lines        3762   3764    +2     
  Branches      723    724    +1     
=====================================
+ Hits         2975   2988   +13     
  Misses        562    562           
+ Partials      225    214   -11     
Impacted Files Coverage Δ
YAXLib/YAXSerializer.cs 77% <80%> (+<1%) ⬆️
YAXLib/ReflectionUtils.cs 75% <0%> (+<1%) ⬆️
YAXLib/MemberWrapper.cs 79% <0%> (+<1%) ⬆️
YAXLib/StringUtils.cs 97% <0%> (+1%) ⬆️
YAXLib/KnownTypes/XElementKnownType.cs 100% <0%> (+17%) ⬆️
YAXLib/KnownTypes/XAttributeKnownType.cs 100% <0%> (+17%) ⬆️

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 29d4d76...ef0a331. Read the comment docs.

@axunonb axunonb merged commit 6087af0 into YAXLib:master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

YAXSerializer shouldn't change its SerializerOptions
3 participants