Repository | Description | Try it |
---|---|---|
dotnetcore | C# .NET Core template | |
uno | Build Mobile, Desktop and WebAssembly apps with C# and XAML | |
uno.quickstart | An Uno “Hello world!” project using Windows UWP, iOS, Android and WebAssembly |
6080
.
dotnet build <FILE>
, where <FILE>
is the path to the C# or F# project file or .NET solution file you want to compile.
dotnet <FILE>
where <FILE>
is the path to the EXE file you want to run. You can also run application with dotnet run <FILE>
where <FILE>
is the path to the C# or F# project file you want to compile and run.
dotnet watch --project <FILE> run
where <FILE>
is the path to the C# or F# project file you want to compile and run.