Translated using DeepL

Machine-translated page for increased accessibility for English questioners.

.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 documentation under RHEL for more information.

See the documentation for the virtual machine in the NET documentation.

For example, install the pre-installed AlmaLinux according to the instructions I want a pre-installed virtual machine and install a specific version of .NET:

cd hello-world
dnf install dotnet-sdk-MAJVER.0