microsoft / microsoft/Dual-write-automations
Error in Markdown for Azure DevOps
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 47
- Forks
- 12
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 3
Description
I noticed today that when the markdown for Azure DevOps Wiki is generated, the end | (pipe) in table is sometimes omitted. Apparently the Devops Wiki does not care and renders it anyway
Example:
| FO Column | Direction | CE Column | FO type | CE type | Value Map | Default value |
|---|---|---|---|---|---|---|
| DESCRIPTION | FO <-> CE | msdyn_description | String | String | ||
| MAINACCOUNTMASK | FO <-> CE | msdyn_mainaccountmask | String | String | ||
| CHARTOFACCOUNTS | FO <-> CE | msdyn_name | String | String |
There should be a | char after the "Default Value" in the first line
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by locating the Markdown generation entry point and reproducing the Azure DevOps Wiki table output shown; done means generated table rows, including the header, consistently retain the closing pipe character.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, markdown
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100