Questions tagged [visual-studio-mac]

Visual Studio for Mac is an IDE from Microsoft for Mac users. Use this tag if you have a specific question about Visual Studio for Mac features and functionality, not just a question regarding your code. Please mention your exact macOS version, VS for Mac version, Mono version and Xamarin runtime versions when applicable. Information such as Xcode and Android SDK versions are also useful.

Microsoft released Visual Studio for Mac in 2017 (based on MonoDevelop 7.0 code base), to replace Xamarin Studio (it was based on MonoDevelop 6.0 code base).

Primarily it supports Xamarin (Xamarin.Mac, Xamarin.iOS and Xamarin.Android) and .NET Core projects. Other project types might not be supported very well (due to Mono/.NET Framework compatibility).

Not every features of Visual Studio 2017 on Windows are supported by Visual Studio for Mac.

Product defects can be reported to Microsoft via Help | Report a Problem. Feature requests can also be raised via Help | Provide a Suggestion.

873 questions
-1
votes
1 answer

VS For Mac Multiplatform Project References

I am in the process of reworking a .Net Windows app in VS for Mac since I no longer have a PC. I want to have two projects: a Mac specific UI project and a multiplatform Core project. I can't figure out what kind of project I need to add to get…
Alex311
  • 338
  • 2
  • 10
-1
votes
1 answer

Can I use MAMP with Visual Studio for Mac?

Installed Visual Studio for Mac. Can I use MAMP, since SQL Server is not available for mac?
-2
votes
1 answer

Problem with building paths iOS v MacOs in Xamarin Forms app

I have this code: var myDocuments = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "..", "Shared"); _rootPath = Path.Combine(myDocuments, "VisitsRota.MacOS"); _stylesPath = Path.Combine(_rootPath,…
Andrew Truckle
  • 13,595
  • 10
  • 45
  • 105
1 2 3
58
59