.NET Run Command Příkaz rozhraní .NET pro spuštění Command used to run .NET apps Příkaz používaný ke spuštění aplikací .NET Configuration to use for building the project. Default for most projects is "Debug". Konfigurace použitá k sestavení FRAMEWORK FRAMEWORK Build and run the app using the specified framework. The framework has to be specified in the project file. Umožňuje kompilovat určitou platformu. The path to the project file to run (defaults to the current directory if there is only one project). Cesta ke spouštěnému souboru projektu (výchozí je aktuální adresář, pokud existuje jenom jeden projekt) The build failed. Please fix the build errors and run again. Sestavení se nezdařilo. Opravte prosím v sestavení chyby a spusťte ho znovu. MSBuildExtensionsPath MSBuildExtensionsPath Configuration Konfigurace TargetFramework TargetFramework RunCommand RunCommand OutputType OutputType Unable to run your project. Projekt se nepodařilo spustit. Please ensure you have a runnable project type and ensure 'dotnet run' supports this project. Ověřte prosím, jestli je typ projektu spustitelný, a zkontrolujte, jestli „dotnet run“ podporuje tento projekt. The current OutputType is Aktuální hodnota OutputType je RunArguments RunArguments RunWorkingDirectory RunWorkingDirectory Couldn't find a project to run. Ensure a project exists in Nepodařilo se najít projekt ke spuštění. Zkontrolujte, jestli projekt existuje v Or pass the path to the project using --project Nebo zadejte cestu k projektu příkazem --project Specify which project file to use because this Zadejte, jaký soubor projektu se použije, protože contains more than one project file. obsahuje více souborů projektů. Arguments passed to the application that is being run. Arguments passed to the application that is being run.