Nett is a library to read and write TOML files in .Net.
Nett | Nett.Coma | Nett.AspNet | Build |
---|---|---|---|
| Release Notes | Documentation | NuGet |
tagger.ps1
nuget.exe restore
build.ps1
tagger.ps1
Nett.sln
and build in Visual Studiodocfx.exe dfx\docfx.json --serve
http://localhost:8080
The primary way to contribute to Nett
is via creating and discussing issues.
You can also submit commit pull requests. But often filing a issue will be
quicker and less painful.
Often, issues with good reproduction steps, will get fixed within a few days.
Filing good issues can help to quickly fix bugs or add functionality you deem important.
code blocks
for formatting thatTo ensure your PRs get merged you should ensure that the following requirements are met
The final decision is up to the maintainer. Normally a reason why a PR is rejected will be given but is not mandatory.
Probably it's better to start a short discussion first instead of doing a surprise PR. Also see Don't "Push" Your Pull Request
Note: No written coding standard etc. is available. It has to be deducted from the existing code base.
Generally the directive in the Nett project is to add more tool automation to check all these things automatically instead of written docs that are outdated the moment they are published.
More and more of these automated checks will be added over time.