.NET on FI
Nymphe
Can be run with the command:
dotnet-sdk.dotnet
It is also possible to use the Rider.NET IDE (activate the license using the license server):
module add rider
rider.sh
Aisa, Aura
If we don't have one, create a new application in a new directory
hello-world
:
dotnet new console -o hello-world
We can run it as follows:
cd hello-world
dotnet run
See the .NET 8.0 on Red Hat Enterprise Linux 9 documentation for more information.
Virtual machine
Install the pre-installed AlmaLinux 9 following the instructions I want a pre-installed virtual machine and install .NET:
cd hello-world
dnf install dotnet-sdk-8.0