Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 921 Bytes

dotnet.asciidoc

File metadata and controls

17 lines (13 loc) · 921 Bytes
Table of Contents

dotnet

The dotnet commandlet allows to install, configure, and launch the dotnet command to create a devonfw API project. Call devon dotnet «args» is more or less the same as calling dotnet «args» but with some advanced features and ensuring that dotnet is properly set up for your project.

The arguments (devon dotnet «args») are explained by the followidotnet table:

Table 1. Usage of devon dotnet
Argument(s) Meanidotnet

setup

checks if the dotnet SDK is installed on the target machine. If not the user will be redirected to Microsoft’s site to download it

create

Create a new devon4net API project.

«args»

run dotnet with the given arguments («args»)