Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSterling Morales
3,116 PointsI want to follow along using Visual Studio instead of a workspace, but I don't know how to get the console.
I want to follow along using Visual Studio instead of a workspace, but I don't know how to get the console. PLease Help.
1 Answer
Hakim Rachidi
38,490 PointsI think you just want to run the code in visual studio, so in this case you just have to create a new console project in vs17 and build the solution with the .NET Framework instead of using the bash (console) to run with mono.
Pontus Bolmér
12,471 PointsPontus Bolmér
12,471 PointsYou could download live reload server to your Visual, or your could also just open up the consol in your web browser!
Yours / Pontus