Skip to content

We need a tool to generate markdown for dependency information #7453

Open
@richlander

Description

@richlander

We have this dependency data file: https://github.com/dotnet/core/blob/main/release-notes/6.0/runtime-deps.json

We also have the same list of dependencies in markdown: https://github.com/dotnet/core/blob/main/release-notes/6.0/linux-packages.md

The markdown data is stale and incomplete. It would be MUCH better if we had a tool that generated the markdown from the JSON file. That would further motivate us to keep the JSON file up to date.

The tool should simply generate the markdown not do something fancy like update the markdown file itself. There can be a manual copy/paste step for a human. When someone updates the JSON, they should run the tool and update the markdown at the same time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions