Vertaling van "dotnet" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Grenzt Argumente für dotnet run von Argumenten für die ausgeführte Debug.
Delimits arguments to dotnet run from arguments for the application being run.
Führen Sie den Befehl „dotnet restore" aus, um die neuen Abhängigkeiten wiederherzustellen.
Execute the dotnet restore command to restore your new dependencies.
Dazu gibt es allgemein den Befehl dotnet electronize build.
Every platform does this with the dotnet electronize build command
Wiederherstellen von Abhängigkeiten für eine bestimmte Anwendung:Restore dotnet restore
Restore dependencies for a given application: dotnet restore
Nachdem Sie diese Änderungen durchgeführt haben, sollten Sie erneut dotnet restore (siehe Hinweis) ausführen, damit das Paket auf Ihrem System installiert wird.Ausführen von WebanforderungenMaking Web Requests
After you've made these changes, you should run dotnet restore (see note) again so that the package is installed on your system.
Nach diesem ersten Schritt müssen Sie dotnet restore nur ausführen, wenn Sie neue abhängige Pakete hinzufügen oder die Versionen abhängiger Komponenten aktualisieren.dependencies.
After this initial step, you will only need to run dotnet restore when you add new dependent packages, or update the versions of any of your dependencies.
Wenn der Autor des Tools das Tool im Kontext der dotnet-Eingabeaufforderung anzeigen wollte, ist es möglicherweise so geschrieben, dass Sie es als dotnet<command>aufrufen, zum Beispiel:doc
If the tool author wanted the tool to appear in the context of the dotnet prompt, they may have written it in a way that you call it as dotnet<command>, such as
Wenn Sie merken, dass Ihr Code in den .cs-Dateien als Fehler unterstrichen wird, führen Sie einfach den Befehl dotnet restore in PowerShell aus, um Pakete und Referenzen wiederherzustellen, die Sie in der .csproj-Datei angegeben haben.
If you noticed that your code in .cs files is underlined as error - just execute dotnet restore command in PowerShell to restore packages and references, which you specified in the .csproj file.
Wenn ein Gast beispielsweise den Befehl „dotnet build" ausführt, findet der Buildvorgang statt, wenn dies auch genau wie beim Erstellen aus Visual Studio auf dem Computer des Hosts geschieht.
If a guest runs, for example, the "dotnet build" command, the build will take place, although just like building from Visual Studio, that happens on the host's machine.
Da sich.NET-Entwickler immer stärker für Details und neue Features, ergänzende Technologien und Erfolgsmodelle interessieren, ist die dotnet in Köln jedes Jahr immer wieder ausgebucht.
As.NET developers show increasing interest in core and new features, complementary technologies, and best practices, dotnet Cologne ends up fully booked each year.
Mit dotnet new wird eine aktuelle Projektdatei Hello.csproj mit den Abhängigkeiten erstellt, die zum Erstellen einer Konsolen-App benötigt werden.Zudem wird Program.cs erstellt.
dotnet new dotnet new creates an up-to-date Hello.csproj project file with the dependencies necessary to build a console app.
dotnet run - Ihre Anwendung auf dem Kestrel-Web-Server starten
dotnet run - to run your application on Kestrel web server
Mit dem Befehl dotnet electronize start wird dann die ASP.NET MVC Core 2 Anwendung als Desktop-Software gestartet.
The command dotnet electronize start will start the ASP.NET MVC Core 2 application as a desktop software.