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

Yaml Comment. #584

Merged
merged 3 commits into from
Mar 30, 2021
Merged

Yaml Comment. #584

merged 3 commits into from
Mar 30, 2021

Commits on Feb 20, 2021

  1. Update YamlMemberAttribute.cs

    add a description attribute about property.
    if used,when Serialize(),the result will have a yaml comment on that property.
    PANDATEEN committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    e06e771 View commit details
    Browse the repository at this point in the history
  2. Update DefaultValuesObjectGraphVisitor.cs

    add a description attribute about property.
    if used,when Serialize(),the result will have a yaml comment on that property.
    PANDATEEN committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    37eb8d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. add test about yaml comments.

    add a xunit test .cs file about yaml comments.
    it`s just an easy comment above the property when Serialize(*).
    PANDATEEN committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    a94fe78 View commit details
    Browse the repository at this point in the history