Deprecate :: in favor of @ in dotnet new install command
Open
Area-CLI
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
Per https://github.com/dotnet/sdk/pull/45156#issuecomment-2535468294
The syntax is currently `dotnet new install package::version`. It would be good to change it to `dotnet new install package@version`. We may also want to look to see if there are other instances of :: used as a delimiter where we could change it to @
Thanks @am11 for bringing this up!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.