.NET Core on FI
Nymphe
Can be started 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
If we don't have one, we 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 7.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-7.0