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.

1045 questions
0
votes
1 answer

Existing project built in VS on Windows to VS on Mac

So I have a large web app (non-MVC) that I have built in Visual Studio running virtually on my Mac. Was thinking of trying to switch to VS on Mac so that I can stop using my virtual windows, at last. But, will it really work? What I mean is, as far…
Robert Benedetto
  • 1,590
  • 2
  • 29
  • 52
0
votes
1 answer

Cannot see personal team provisioning profile in VS for Mac

I have a problem deploying Xamarin application on my iphone with VS for Mac. I have added account to xcode, generated ios dev certificate and successfully deployed sample swift app on my iphone. Now when i want to do the same thing with vs for mac…
kubi
  • 897
  • 2
  • 9
  • 23
0
votes
1 answer

How do I profile a Xamarin.Mac app built with Visual Studio for Mac?

I'm trying to profile a Xamarin.Mac app with the mono profiler, but I encounter errors. The app is built locally for debugging with Visual Studio for Mac and built for the App Store using the MSBuild CLI. I tried this: Build the app through Visual…
theguy
  • 861
  • 9
  • 19
0
votes
1 answer

Class library automatically added to the other projects in visual studio 7.5.2 mac os X

I, have started working on visual studio on mac os but I, am getting weird errors in project structure. I, have created an empty solution and added the projects as shown in below screen shot. I have created a new Auth.API as ASP.NET core WebApi…
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
0
votes
0 answers

android emulator hangs on Mac

When I launch my Android emulator on Mac, it just comes up with the "Android" screen and won't go any further. Is there a source for emulator definitions that reliably work? When I try to launch an app (from Visual Studio Mac), the specific error…
William Jockusch
  • 26,513
  • 49
  • 182
  • 323
0
votes
1 answer

System Aggregation Exception : Failed to start Node Process

I, have create a angular app in mac os using vs2017 and followed the sample form Creating a new Angular project on Mac with Visual Studio with docker support for three project. Since the other project are Web API. Since the other project are…
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
0
votes
1 answer

Ajax Async Post

I'm trying to make an httpost like below. I want the js to work independent from below ajax which is called per 5 seconds. But it's not working async. It behaves as sync. It blocks the js during ajax. Can you please help me to understand the problem…
0
votes
1 answer

Visual Studio for Mac not able to compile any project. The SDK 'Microsoft.NET.Sdk' specified could not be found

I am setting up a new Xamarin development environment on a MacOS High Sierra 10.13.4 First I installed XCode, then Visual Studio for Mac, then Android Studio I wanted to test a simple hello world on Xamarin Forms. So I just created a new solution…
0
votes
0 answers

Visual Studio for Mac: web reference could not be added

I want to add a web service reference following the steps: Right-click on a project Add web reference Paste WSDL endpoint But when I click on 'OK' button The web reference could not be added: DotNetProject_Modified' must be called on the…
0
votes
1 answer

What is the XspParameters element that Visual Studio for Mac adds to a .csproj file?

My team has an ASP.NET project that was originally created in Visual Studio on Windows, and has only ever been developed in that environment up to this point. Today, I opened that project for the first time in Visual Studio for Mac (version 7.6…
Jon Schneider
  • 25,758
  • 23
  • 142
  • 170
0
votes
3 answers

Problems with Bindings in Xamarin Forms (MVVM)

I am having some problems understanding xaml with mvvm. Sometimes works but others doesn't. ViewModel (implements INotifyPropertyChanged): private Class1 firstClass; public Class1 FirstClass{ get{return firstClass;} set{firstClass = value;…
rynm
  • 45
  • 2
  • 11
0
votes
1 answer

visual studio for mac - cannot preview android

I've installed Visual Studio for Mac and started a new Solution. I should be able to preview on the Android screen (see attached) but cannot get it to work. Any ideas? screenshot Here's the detail: This is the error message inside the Android…
0
votes
2 answers

VS for Mac: Native linking failed, undefined Objective-C class: CPTAnimationDelegate

Updated to the latest Xamarin Visual Studio for Mac version 7.5 (build 1254) and now our solution won't compile with linking SDK only enabled. Worked fine prior to this update. We have the CorePlot DLL from the prior component store package…
Neal
  • 9,487
  • 15
  • 58
  • 101
0
votes
0 answers

Dock "Find in files" in Visual Studio Community for Mac

Does anybody know how you can dock the "Search" -> "Find in files..." window in the sidebar so that it's always available in Visual Studio Community for Mac? Can't find anywhere how to do this. On the Windows version of Visual Studio this is very…
Guppie70
  • 173
  • 2
  • 8
0
votes
1 answer

Shared project doesn't have packages.config

My shared project has no packages.config, so where is it storing the packages that it uses? Also, when I edit references, the tabs are empty - I can't select anything. What's going on here?
Ian Warburton
  • 15,170
  • 23
  • 107
  • 189