Questions tagged [visual-studio-mac-2022]
43 questions
0
votes
1 answer
It is possible to debug an asp.net WebForms application on MacOS using Visual Studio 2022?
Current scenario is that I have this macos laptop (Apple M1 Pro processor) in which I was working for the last 8 months on react under visual studio code. Now, in a new project I need to leverage some API's and a lot of JSON responses and I wanted…

Gonza Romero
- 81
- 2
- 6
0
votes
1 answer
Terminal in Visual Studio (17.4) for Mac turns purple and code doesn't run on console
I recently downloaded Visual Studio for my M2 MacBook Air, the program worked as expected for a few days, and my simple programs ran fine on the console, but then out of the blue, terminal turned purple, and doesn't allow me to run my program on…

dovid hodes
- 1
- 2
0
votes
1 answer
MAUI App stuck in Distribution Profile after upgrading VS for Mac
I have a few MAUI apps that I have built using Visual Studio for Mac that I could build and debug on my phone without a problem. I recently updated Visual Studio to the latest 17.4 version. Since then the only options for debugging the iOS version…

David Rutter
- 85
- 6
0
votes
0 answers
ASP.NET Core Visual Studio on MacOS Env Path Error
I have been building a web app in windows in visual studio but recently switched to a MacOS and I have run into an issue that I cannot fix. For windows the file paths all worked out great but for mac I run into file not found. The issue seems to be…

Irish Redneck
- 983
- 7
- 32
0
votes
1 answer
iPhone simulators don't work in Visual Studio for Mac 2022
The simulator pops up when I run a new blank iOS project but the problem is that it automatically stops running after the simulator popped up and the application doesn't get installed on the simulator. But exactly the same simulator works fine if I…

harry_mitch
- 77
- 1
- 8
0
votes
1 answer
How do I get back to the visual studio installer on a Macbook Pro after it has been installed?
How do I get back to the install screen (see image) for Visual Studio 2022 on a MacBook Pro? I'm sure this has been asked and answered, but I can't figure it out to save my life...

Danimal111
- 1,976
- 25
- 31
0
votes
2 answers
How to Connect Model with Controller and View Using Razor Entity Frame work (CRUD) using Mac OS edition of Visual Studio 2022
I'm very much begginer to ASP.net and Just followed a tutorial and created a small web app.I understood the basics up to creating a Model in Visual Studio Mac Edition (2022) , However , when I tried to use entity frame work to Link controller and…

Heshan
- 3
- 3
0
votes
0 answers
Visual Studio 2019 and 2022 side by side on Mac
I'm new on mac. Does anybody know if VS 2019 and VS 2022 can run side by side on a Mac? And If it is posible have someone had issues?

ram777
- 1
- 1
0
votes
0 answers
Database Migration is getting failed due to NLOG.config in Visual Studio 2022 Mac
I started programming with Visual Studio 2022 in Mac M1. I am developing an application with .net core 6 and initially I used to develop in Windows. I copied my project and started to work in VS 2022 Mac. While doing the DB Migration (Using dotnet…

Manu Mohan
- 15
- 3
0
votes
2 answers
How to connect Visual Studio 2022 Mac to create-react-app
I have never used Visual Studio for Mac before (not VS Code). I want to try out a tutorial to learn VS Studio by making a simple react app. I've tried creating a new project with VS studio, and then running npx create-react-app in the folder of the…

gwhiz
- 135
- 9
0
votes
1 answer
How to Debug a VisualStudio Mac 2022 Extension?
I've build a very simple .net6 library with a visual-studio-mac extension that adds a hello world kind of Pad.
How can I run/debug this project in a new instance of VSMac?

Ivo Krugers
- 13
- 3
0
votes
0 answers
How to load a .net MAUI solution on Visual Studio For Mac 2022 without installing Xamarin.Android?
I've created a .net MAUI solution on the Mac via the command line:
dotnet new maui -n "MyApp"
When I open this via Visual Studio For Mac 2022, it errors out because Xamarin.Android is not installed.
I'm not interested in supporting Android at this…

bright
- 4,700
- 1
- 34
- 59
-1
votes
1 answer
Visual Studio 2022 Mac: How to Compile SASS?
Is there a method to compile SASS files on Visual Studio 2022 for Mac? In the Windows version I had installed an extension to do this, but was unable to find something similar for Mac.

PixelPaul
- 2,609
- 4
- 39
- 70