.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 Build and run the app using the specified framework. The framework has to be specified in the project file. K sestavení a spuštění aplikace se použije určená platforma. Tato platforma musí být zadaná v souboru projektu. 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. Arguments passed to the application that is being run. Argumenty předané spouštěné aplikaci. Skip building the project prior to running. By default, the project will be built. Před spuštěním vynechá sestavení projektu. Standardně se projekt sestaví. Do not build the project before running. Před spuštěním nesestavovat projekt Unable to run your project Your project targets multiple frameworks. Please specify which framework to run using '{0}'. Projekt nelze spustit. Cílem projektu je více architektur. Pomocí parametru {0} prosím určete, která architektura se má spustit. Unable to run your project. Please ensure you have a runnable project type and ensure '{0}' supports this project. A runnable project should target a runnable TFM (for instance, netcoreapp2.0) and have OutputType 'Exe'. The current {1} is '{2}'. Projekt nelze spustit. Ověřte prosím, že máte spustitelný typ projektu, a zajistěte, aby tento projekt podporoval {0}. Cílem spustitelného projektu by mělo být TFM (například netcoreapp2.0) a jeho OutputType by měl být Exe. Aktuální {1} je {2}. Couldn't find a project to run. Ensure a project exists in {0}, or pass the path to the project using {1}. Projekt, který se má spustit, se nenašel. Ověřte, že projekt existuje v {0}, nebo pomocí parametru {1} předejte cestu k projektu. Specify which project file to use because {0} contains more than one project file. Určete, který soubor projektu se má použít, protože {0} obsahuje více než jeden soubor projektu. The name of the launch profile (if any) to use when launching the application. The name of the launch profile (if any) to use when launching the application. Do not attempt to use launchSettings.json to configure the application. Do not attempt to use launchSettings.json to configure the application. The specified launch profile could not be located. The specified launch profile could not be located. The launch profile "{0}" could not be applied. {1} The launch profile "{0}" could not be applied. {1} (Default) (Default) Using launch settings from {0}... Using launch settings from {0}... Launch profile is not a JSON object. Launch profile is not a JSON object. The launch profile type '{0}' is not supported. The launch profile type '{0}' is not supported. A usable launch profile could not be located. A usable launch profile could not be located. An unexpected exception occurred while processing launch settings: {0} An unexpected exception occurred while processing launch settings: {0} The 'profiles' property of the launch settings document is not a JSON object. The 'profiles' property of the launch settings document is not a JSON object. An error was encountered when reading launchSettings.json. {0} An error was encountered when reading launchSettings.json. {0} '{0}' is not a valid project file. '{0}' is not a valid project file.