I recently switched to a M1 Macbook Air and tried installing JetBrains Rider, but when I'm trying to run a hello world i get the errors below
i am running it through rosetta 2 and can't seem to find the problem
I recently switched to a M1 Macbook Air and tried installing JetBrains Rider, but when I'm trying to run a hello world i get the errors below
i am running it through rosetta 2 and can't seem to find the problem
Your issue is not related to M1. You would get the same error on any platform, because you put your Console.WriteLine function directly into class, you don't have it in any method, preferably Main()
FWIW I am able to run C# programs through VS Code just fine on my M1 MacBook Air
I think it could be because you are missing your main() method?