I'm running FreeBSD 14 Release, dotnet 8.0 compiled from Ports and Raylib 5.0 downloaded from GitHub.
When I run a simple sample helloworld I get this error msg:
dandvv@i7_32Gb@freeBSD:~/dev/src/raylib$dotnet run /home/dandvv/dev/src/raylib/Program.cs(18,70): error CS0117: 'Color' does not contain a definition for 'RED' [/home/dandvv/dev/src/raylib/raylib.csproj]
The build failed. Fix the build errors and run again.
This is the directory structure on /home/dandvv/dev/src/raylib/ - Program.cs - Raylib-cs - bin - obj - raylib.csproj