Visual Studio mainly supports the Windows operating system and there is a version for macOS users called Visual Studio for Mac. There is no version for devices running Linux operating systems hence they access similar features like Visual Studio’s through Mono . Note that Microsoft will soon be terminating VS for Mac by 31st August, 2024.
– Source: dev.to
/
6 days ago
I didn’t know it existed. https://visualstudio.microsoft.com/vs/mac/.
– Source: Hacker News
/
about 1 year ago
Most of the stuff is already available as classical UNIX, then, https://developer.apple.com/xcode/ https://www.oracle.com/java/technologies/downloads https://maven.apache.org/download.cgi https://www.eclipse.org/downloads/ https://dotnet.microsoft.com/en-us/download https://code.visualstudio.com/ https://visualstudio.microsoft.com/vs/mac/ And I am pretty much done.
– Source: Hacker News
/
about 1 year ago
Sorry but that’s one of the things it’s can’t do. https://visualstudio.microsoft.com/vs/mac/. If you scroll to the bottom that page they compare vs for Mac with the windows version so you can see how they compare.
Source:
about 1 year ago
Your code looks right I guess (been a long time since I’ve done C lol) so probably this means something in the build chain is broken. If this is “Visual Studio for Mac” then I think you’re out of luck, as far as I can tell VS does not support C/C++ on Mac according to https://visualstudio.microsoft.com/vs/mac/ (VS supports C via its C++ compiler, MSVC, which is not ported to Mac). If you’re in VSCode you should be…
Source:
over 1 year ago
I’m not a Mac user, but Visual Studio is available for Mac – if it’s anything like its Windows counterpart then it should be a lot more straightforward than trying to set up VSCode.
Source:
over 1 year ago
Visual Studio 2022 for Mac is free if you make less than a million a year if I recall correctly.
Source:
over 1 year ago
Not to be rude, but you’re wrong: https://visualstudio.microsoft.com/vs/mac/.
Source:
over 1 year ago
As Microsoft changed their leadership and became a heavyweight in cloud computing, in addition to the enhancements to .NET and their front-end languages (Razor, Blazor, TypeScript), the .NET stack gradually became my preference as I got older. These days I’m a Windows user and a Microsoft enthusiast, but with .NET Core and Visual Studio for Mac being released, not to mention Visual Studio Code, we could all easily…
– Source: dev.to
/
almost 2 years ago
Official page said that VS for Mac not supports Windows Forms and WPF. What you trying to do?
Source:
almost 2 years ago
There is a Visual Studio for Mac version, but an underlying problem is .NET Framework as it officially doesn’t run on anything that’s not Windows, you could try using Mono with VS or it’s accompanying MonoDevelop instead but I’ve never had a great or even good experience using it.
Source:
almost 2 years ago
I used to use Visual Studio for Mac when I had a Mac: https://visualstudio.microsoft.com/vs/mac/ and if you do move over to Windows like I did, you can use your existing projects with Visual Studio Enterprise as well.
Source:
almost 2 years ago
Proper Visual Studio doesn’t work on a mac. Your options are the .NET only MonoDevelop reskin or VSCode which are both very different bits of software.
Source:
almost 2 years ago
In what feels like a bizarre alternative timeline, Visual Studio now runs on Mac too.
Source:
about 2 years ago
All they mentioned is Visual Studio which happens to natively support Apple Silicon. And wanting something quiet (which MacBooks also are). I can only give a recommendation based on the information in front of me, sorry.
Source:
about 2 years ago
I do not know whether it’s a port, but there’s https://visualstudio.microsoft.com/vs/mac/.
– Source: Hacker News
/
about 2 years ago
Visual Studio for Mac should make things easier.
Source:
about 2 years ago
Visual Stuido did have a mac version and I think you could do programming of C++ just fine on Mac.
Source:
about 2 years ago
You clearly didn’t read the first paragraph of the blog post or click the first link.
Source:
over 2 years ago
VS for Mac is years old. It started life as Xamarin Studio, which itself was a fork of MonoDevelop, but at this point they’re in the middle of the 2nd rewrite for the 2022 preview so it’s nothing like it used to be.
Source:
over 2 years ago
Seems to be available on Mac now https://visualstudio.microsoft.com/vs/mac/.
Source:
over 2 years ago