by Anonymous » 18 Aug 2025, 10:59
Ich möchte die Swagger-Datei von Projekt X in meinem Analysator-Projekt herunterladen, aber
ich möchte kein Projekt x. PrettyPrint-Override ">
Code: Select all
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet-swagger does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
Wenn ich versuche, swashbuckle.aspnetcore.cli zu installieren Ich sehe, dass es bereits installiert ist ((
Code: Select all
Tool 'swashbuckle.aspnetcore.cli' is already installed.
)
Wenn ich die DOTNE -Toolliste versuche --global , sehe ich es in der Tabelle.
Ich verwende .net 6.0.>
[url=viewtopic.php?t=14917]Ich möchte[/url] die Swagger-Datei von Projekt X in meinem Analysator-Projekt herunterladen, aber [url=viewtopic.php?t=14917]ich möchte[/url] kein Projekt x. PrettyPrint-Override ">[code]Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet-swagger does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
[/code]
Wenn ich versuche, swashbuckle.aspnetcore.cli zu installieren Ich sehe, dass es bereits installiert ist (([code]Tool 'swashbuckle.aspnetcore.cli' is already installed.[/code])
Wenn ich die DOTNE -Toolliste versuche --global , sehe ich es in der Tabelle.
Ich verwende .net 6.0.>