~> App
Version
~> dotnet
Description
Install (execute in workspace terminal)
wrk install dotnet==8.0
Remarks and hints
# C#
dotnet new console -o MyApp
cd MyApp
dotnet run
You will need to reload terminal for this to work. If you wat to continue without reloading, exec
export PATH="$PATH:/home/abc/.dotnet/"
dotnet new console -o MyApp
cd MyApp
dotnet run
You will need to reload terminal for this to work. If you wat to continue without reloading, exec
export PATH="$PATH:/home/abc/.dotnet/"
Scripts
# Istall script # Start script!= Workspace compatibility
compatible with all workspaces
!= App compatibility
no compatibility requirements