Possible regression in shell completion with .NET 6.0
Open
area-product-experience
- Dominant language
- No language data
- Stars
- 287
- Forks
- 145
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 10
Description
The CLI/SDK is switching to `System.CommandLine`: https://github.com/dotnet/core/issues/5853#issuecomment-770124124
For shell completion to work, this will require installing the `dotnet-suggest` tool: https://github.com/dotnet/command-line-api/blob/main/docs/dotnet-suggest.md
How does this work with Linux distributions? Can shell completion work without this glboal tool? Can we build dotnet-suggest from source? If we can't, what's the alternative option?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.