What i the latest version of c# does Visual Studio support? and how to get it ?when i execute Xamarin Project i have errors like (there is Ambiguity between ...,...) and when i try to search the error on (StackOverFlow) i get answers (get the latest version of c#)
I think C# 7.3 is the latest version. Have you tried these following steps - 1. Open the project properties window:
Right click on the Project Name
Select "Properties" (last option in menu)2.Modify Project Properties as per below steps:
Select "Build" from left hand side options
Scroll down till end and click on "Advance" button.
It will open a popup and there you will get "Language Version" dropdown
Select desired version of C# and Click "OK"