-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
nuget
### Package manager version
dotnet8
### Language version
C# dotnet 8
### Manifest…
batje updated
11 hours ago
-
[GlobalToolsSuggestionRegistration](https://github.com/dotnet/command-line-api/blob/209b724a3c843253d3071e8348c353b297b0b8b5/src/System.CommandLine.Suggest/GlobalToolsSuggestionRegistration.cs) return…
-
### Describe the bug
I am following the global dotnet tool tutorial from https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create , but i make target framework as 8.0 rather t…
-
### Describe the bug
`dotnet tool update` command did not update the latest version, and it returned a message `Tool 'dotnet-execute' is already installed`, maybe a bug in .NET 9 preview 7, not…
-
### Describe the bug
(Some) dotnet tools installed as global cannot be used due to an `Access Denied` in cmd or
`Bash: /c/Users/MyUser/.dotnet/tools/coderiff: Permission denied` in Git Bash.
Thi…
-
## Environment
VsCode on Fedora Linux 33, with fantomas installed using `dotnet tool install -g fantomas-tool`
## Issue
Triggering Fantomas with `Ctrl-Shift-P >Format document` gives the foll…
-
Currently, `dotnet tool list` defaults to listing local tools. I think this is a bit unexpected. I'd prefer something like this:
```
dotnet tool list
Package Id (...)
----------- (...)
foobar…
-
See title
taori updated
4 years ago
-
I am trying to install dotnet-ef package through dotnet cli, how ever it gave me 401 (Unauthorized) error.
The command I run is ```dotnet tool install --global dotnet-ef```
what I don't understand…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Launching Aspire fails with an exception about not finding DCP.
Already tried reinstalling…