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

NUnit documentation improvements #802

Merged
merged 5 commits into from
May 20, 2015
Merged

NUnit documentation improvements #802

merged 5 commits into from
May 20, 2015

Conversation

edhzsz
Copy link
Contributor

@edhzsz edhzsz commented May 18, 2015

This PR contains small improvements to documentation related to NUnit.

  • Fixed link to NUnitSequential task on getting started page. Both links on getting started were pointing to NUnitParallel documentation.
  • Linked NUnitParams apidoc on NUnitSequential and NUnitParallel documentation. I am not sure if this is the correct way to add a link to another file in the API docs.
  • Unified NUnit documentation links to documentation for NUnit v2.6.4 (current stable version).
  • Documented default values for NUnitParams in NUnitDefaults docs.
  • Added docs for the NUnitParams record fields with text from NUnit documentation.

/// The [NUnit](http://www.nunit.org/) Console Parameters type.
/// FAKE will use [NUnitDefaults](fake-nunitcommon.html) for values not provided.
///
/// For reference, see: [NUnit-Console Command Line Options](http://www.nunit.org/index.php?p=consoleCommandLine&r=2.6.4)
type NUnitParams =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my PR, #800, making changes and documentation improvements to the xUnit tasks, I put the default values as documentation for the defaults value. Having it here seems wrong as a record doesn't actually have any defaults. So, my recommendation would be to move the documentation for the defaults to NUnitDefaults.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it looks wrong. I will change it to the same style as your comments to xUnit then.

@forki
Copy link
Member

forki commented May 20, 2015

very very cool. Thx

forki added a commit that referenced this pull request May 20, 2015
…mprovements

NUnit documentation improvements
@forki forki merged commit 9fe7342 into fsprojects:master May 20, 2015
@edhzsz edhzsz deleted the fake_nunit_documentation_improvements branch May 26, 2015 11:25
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

Successfully merging this pull request may close these issues.

3 participants