Questions tagged [visual-studio-mac-2022]
43 questions
3
votes
0 answers
Why is my MAUI app crashing in release mode but works fine in debug mode?
I have a MAUI app that is build on abp.io commercial framework that works fine in debug mode, but crashes in release mode. I have looked at so many issues on StackOverflow about MAUI apps crashing in release mode, but none of the solutions suggested…

David Rutter
- 85
- 6
3
votes
2 answers
Compiling/Archiving MAUI project in Release configuration fails
I have a couple MAUI projects that include references to other projects which provide access to an API. The referenced projects generate dll's. When I compile the MAUI app in release mode and target my physical iPhone, the compile fails stating…

David Rutter
- 85
- 6
3
votes
1 answer
no option to add Client side library Visual studio 2022 on mac m1
I want to add bootstrap to my project and
didn't found Client-side library on options
enter image description here

mokhtar sayed
- 33
- 6
3
votes
0 answers
VS for Mac not showing local git file diff
I typically develop on Windows, but I've recently been using the new Visual Studio for Mac 2022 release, which has a "Git Changes" window. Whenever I open my git repository in VS, in the Git Changes window it will say something like "this directory…

brian
- 31
- 1
3
votes
1 answer
Android sdk manager not working in visual studio 2022 for mac monterey
I'm becoming crazy...
I tried three times to reinstall Monterey and Visual Studio 2022 Enterprise for Mac.
Fresh install of Monterey last version at today on mac intel (12.4).
Install of visual studio 2022 enterprise for mac last version at today…

Stefano Zambonin
- 33
- 5
2
votes
1 answer
Visual Studio for Mac 17.4.3 can't build .NET MAUI project
I'm having trouble getting a .NET 7.0 MAUI project to simply build from Visual Studio for Mac version 17.4.3. The message it gives me indicates that an old .NET SDK is being used to target .NET 7.0:
/Applications/Visual…

dythim
- 920
- 7
- 24
2
votes
1 answer
What does the orange angle-bracket file/navigator icon in VS Code mean?
I haven't had any issues with using Visual Studio until now, I am on a Mac, but until recently now when I load the app my files will have this angle backet as a icon in the tab name and list name. no reason of this to be happen as far as im…

LOVΞFIЯΞ
- 21
- 2
2
votes
0 answers
Visual Studio for Mac 2022 - missing 'Web and Console'
after updating Visual Studio 2019 To 2022, I can't create a console app anymore.
I expected to have something like this:
I tried to reinstall VS few times and tick all items below but still not work:

Jacky
- 33
- 5
1
vote
1 answer
Visual Studio 2022 (Mac): "Unsupported .NET installation detected"
I've got a fresh install of Visual Studio for Mac (latest version) and I created a hello world .NET MAUI application. VS complains that I've got an unsupported .NET installation.
I've got 7.0 and 6.0 installed on this machine:
> dotnet --version…

Jay Sidri
- 6,271
- 3
- 43
- 62
1
vote
1 answer
.Net MAUI app transferred from pc to mac won't run on iOS Simulator: "Could not find any available provisioning profile"
I created a .Net MAUI app on Visual Studio for Windows. Now I need to work on it on Visual Studio for Mac. I cannot build it due to the following error: Could not find any available provisioning profiles for MyProject on iOS.
I tried whatever I…

David Shochet
- 5,035
- 11
- 57
- 105
1
vote
0 answers
Build Razor project "rzc generate exited with code 129"
I am trying to build an "old" Razor project on my Macbook Pro (M1) with Visual Studio 2022 for Mac (17.4).
The solution is composed of several projects. They all build except the Razor project.
I get the following error: rzc generate exited with…

grandouassou
- 2,500
- 3
- 25
- 60
1
vote
1 answer
Nuget not searching in custom package sources
I have added 2 custom package sources. If I search in nuget package manager, I find my package. If I install the package it fails with the following error:
Restoring packages for .NETStandard,Version=v2.1...
GET…

Niels
- 1,366
- 15
- 21
1
vote
0 answers
On mac visual studio 2022 how to publish to GitHub, add GitHub username and password
Hi,
I was trying to upload into GitHub, I created a GitHub repository. On VS 2022 for mac I only have the Git tab and when I publish I get the no remote target set, second image. I don't know how to set the remote and change the username and…

Diego Rodriguez Nava
- 567
- 1
- 5
- 10
1
vote
0 answers
Visual studio 2022 for mac unable to find reference assemblies .netframework
Whenever I try to build the project I receive the following error.
I checked .net sdk installation location, and it also looks fine.
The build setting is set to .net 7.
Here is the file .csproj
…

bhaskar das
- 175
- 4
- 20
1
vote
0 answers
Need to download specific preview version of Visual studio for Mac
I need to test a MAUI app in iPad with iOS version - 15.7. for which I need a VS for Mac preview version which is compatible with Xcode version - 13.4.1. I couldn't find the link of it. How to find the exact download link ?
I have tried with…

sivaram ganesan
- 11
- 1