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

Documented defaults don't match actual defaults (AllowCreateSectionsOnFly) #227

Open
fraganator opened this issue Mar 30, 2021 · 0 comments

Comments

@fraganator
Copy link

The defaults for IniParserConfiguration listed in the Configuring Parser Behavior wiki page, and the defaults documented in the code don't match the actual defaults in IniParserConfiguration.cs.

Differences are below:

Name Wiki Doc Code Doc Actual Default
AllowCreateSectionsOnFly false false true
CommentString # ; ;

The wiki also refers to old variable names with String suffix rather than Char suffix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant