How to test C# tracks in Arch Linux?

Hey,
how to test C# tracks in Arch Linux?
Thanks

I would suggest reading the track documentation, starting with installing C# locally and testing locally.

I did, but the documentation is not helpful if you are using Linux.

In Arch Linux install the dotnet package first:

pacman -S dotnet-sdk

Then the C# tracks can be tested:

dotnet test --arch HelloWorldTests.cs

For Archlinux specific setup, searching Google for “Archlinux wiki ” typically gets you pretty far.

I use Arch and everything you need is an sdk installed.