Error FS0039: The namespace or module 'Xamarin' is not defined. (FS0039) in Visual Studio for Mac

I created a multi-platform application in F # in Visual Studio for Mac edition.

enter image description here

Then I try to run the skeleton app in debug mode. It reports this namespace error instantly

enter image description here

I expect Xamarin to be installed during VS installation. Why is the namespace missing and how can I fix it?

+3


source to share





All Articles