C# on MAC / issues to get Rider working
I am currently learning C# and I would like to use Rider to develop applications on my iMAC.
The issue, which I am facing is that I don't see the class structure including the static void Main(string[] args), where I need to put my code.
I am probably doing something wrong but I don't know what. I have included a screen shot of my screen
Would be nice if somebody can explain what I am doing wrong?
Thanks.
Philip
Please sign in to leave a comment.
What you are seeing is the new war of writing a main function. It is not necessary to have a class with a main function anymore. Follow the aka.ms link (resolves to https://docs.microsoft.com/en-us/dotnet/core/tutorials/top-level-templates) for more information