Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,25 @@ templatetool --silent --log output.log
| `--results <file>` | Write validation results to file (TRX or JUnit format) |
| `--log <file>` | Write output to log file |

## Self Validation
Comment thread
Malcolmnixon marked this conversation as resolved.

Running `templatetool --validate` reports the following system information:

| Information | Description |
| :------------- | :----------------------------------------------- |
| Tool Version | The version of the tool being validated |
| Machine Name | The name of the machine running the validation |
| OS Version | The operating system version |
| DotNet Runtime | The .NET runtime version |
| Time Stamp | The UTC date and time of the validation run |

Comment thread
Malcolmnixon marked this conversation as resolved.
The following self-validation tests are performed:
Comment thread
Malcolmnixon marked this conversation as resolved.
Outdated

- **Version Display** (`TemplateTool_VersionDisplay`) - Proves that the `--version`
Comment thread
Malcolmnixon marked this conversation as resolved.
Outdated
flag correctly outputs the tool version string.
- **Help Display** (`TemplateTool_HelpDisplay`) - Proves that the `--help` flag
correctly outputs usage and options information.

Comment thread
Malcolmnixon marked this conversation as resolved.
## Documentation

Generated documentation includes:
Expand Down