Visual Studio Community 2017 For Mac Debug

Join GitHub today

  1. Visual Studio 2017 For Mac
  2. Microsoft Visual Studio Community 2017
  3. Visual Studio Community 2017 For Mac Debug Xslt
  4. Visual Studio Community 2017 For Mac Debug Malware
  5. Visual Studio Community 2017 For Mac Debugging
  6. Visual Studio Community 2017 For Mac Debugger

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Today at the Microsoft Build conference, we announced the general availability of Visual Studio 2017 for Mac. Visual Studio for Mac is a full-featured IDE built natively for the Mac, to help you develop, debug, and test anything from mobile and web apps to games. MSDN Community Support Please remember to click 'Mark as Answer' the responses that resolved your issue, and to click 'Unmark as Answer' if not. This can be beneficial to other community members reading this thread.

Visual Studio Community 2017 For Mac DebugSign up New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments

commented Jul 29, 2017

Visual Studio 2017 For Mac

Does this solution work in Visual Studio Community 2017 for Mac? I receive the error error CS0119: 'WebHostBuilder' is a type, which is not valid in the given context when trying to Debug the project.

changed the titleError when launching in Visual Studio 2017 for MacJul 29, 2017

changed the titleError when debuggin in Visual Studio 2017 for MacJul 29, 2017

commented Jul 29, 2017

Do you have all the necessary installs for dotnet on mac as well?
https://www.microsoft.com/net/core#macos

commented Jul 29, 2017

I believe so. It's odd because I have another project that works fine. I can try and reinstall again.

commented Jul 29, 2017

Just tried again and still the same error.

Install visual studio community 2017

commented Jul 29, 2017

Have you ran the command from the readme.md yet?
CD into the project dir and run the following:
npm install && npm run build:dev && dotnet restore

Project is running fine in the same setup on my Mac.

commented Jul 30, 2017

Thanks @Miesvanderlippe . npm install looks like it did it.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Active11 months ago

I have a project which was working fine and I was able to prepare and distribute the build with old Visual Studio for Mac.

When I update to the latest version of Visual Studio, then the problem starts happening.

With new Visual Studio, I am not able to prepare a Release build with option 'Archive for publishing',

Microsoft Visual Studio Community 2017

It shows random error logs below :

Also, it sometimes shows error like below :

Visual Studio Community 2017 For Mac Debug Xslt

Is there any solution for this? Any help will be appreciated. Thanks.

WolverineWolverine

Visual Studio Community 2017 For Mac Debug Malware

3,5281 gold badge19 silver badges43 bronze badges
Visual Studio Community 2017 For Mac Debug

Visual Studio Community 2017 For Mac Debugging

1 Answer

You have conflicts of versions, it's mostly Android side that causes it. Go to Android project, and right click on properties and check or fiddle with Android versions... then clean and build.

Vinay DahiyaVinay Dahiya

Visual Studio Community 2017 For Mac Debugger

Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged xamarinxamarin.iosvisual-studio-macrelease-builds or ask your own question.