Unable to use C # code in Xamarin Studio

This may sound silly, but I'm a new Xamarin Studio user, and for some reason I can’t encode C # on my Mac? This only allows me to code in F #.

+4
source share
1 answer

In Xamarin Studio or Visual Studio for Mac (VS4M), when creating a project, you will have a drop-down option for the language of this project, which is located to the right of the project type: C#or F#or even IL(depending on the type of project).

enter image description here

Select:

  • C# for ordinary programmers
  • F# for programmers who really hate classes
  • ILintended only for real programmers, if you should ask ....; -)

, Addins (Extensions VS4M), :

enter image description here

+5

Source: https://habr.com/ru/post/1671365/


All Articles