Auto generate installation instructions for packages
Open
Client
EngSys
needs-triage
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 115
Description
Rather than manually adding:
```
dotnet add package {package}
```
we could autogenerate this as part of the Update-Snippets, or at least validate that it is correct as part of CI. This would ensure that the value matches the library name and the --prerelease flag is only included for beta versions in libraries that have never GA'ed.
Contributor guide
Research direction
Start by locating the Update-Snippets workflow and the relevant CI checks. Determine how package names, library GA status, and beta versions are represented, then ensure generated or validated dotnet add package commands use the correct name and only add --prerelease when appropriate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100