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.
Dazu gibt es allgemein den Befehl dotnet electronize build.
Every platform does this with the dotnet electronize build command
Führen Sie den Befehl „dotnet restore" aus, um die neuen Abhängigkeiten wiederherzustellen.
Execute the dotnet restore command to restore your new dependencies.
Wiederherstellen von Abhängigkeiten für eine bestimmte Anwendung:Restore dotnet restore
Restore dependencies for a given application: dotnet restore
Erstellen Sie die Abhängigkeit von der Bibliothek, indem Sie den dotnet add reference-Befehl ausführen:Library
Create the dependency on the library by running the dotnet add reference command
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.
Es funktionierte in VS 2017 nicht richtig und dachte ich würde den dotnet cli und VS Code ausprobieren.
It wasn't working in VS 2017 properly and thought I would try through the dotnet cli and VS Code.
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.