Visual studio running on Mac? I’ve been using visual studio code on it for years no problem. I’m now realizing there’s a difference between the two. Care to explain a little more why you use VS and not VSC?
Visual Studio and Visual Studio Code are completely different things. VSC can do a subset of what VS can do, but some people really need the full power of a traditional IDE. VS vs VSC is like the difference between a smartphone camera and a full camera platform. You can rig up an iPhone (VSC) to do everything a D6 (VS) can do, but it won't be as usable.
It shares some code nowadays (started with a MonoDevelop codebase). However, Visual Studio (not Code) for Mac is mostly targeted at at C# or mobile development.
If you want to make Windows apps, it just doesn't support that scenario.