There's a few things I'm having trouble with here that are related:
I'm trying to start a new project, but it keeps defaulting to the one I have open already. I can't seem to find a way to start fresh with a new project.
I can't figure out how to remove folders from the project. Say I added the wrong folder to my project and I want to remove it, how would I do this?
Thanks
If the Visual Studio development environment is already open, you can create a new project by choosing File > New > Project on the menu bar.
Once Visual Studio is started, click 'Create a new project'. Select 'Empty Project' and click Next. Enter an appropriate project name. Click 'Create'.
Create a new project If Visual Studio for Mac is already open with a solution loaded, you can create a new solution by going to the menu bar and choosing File > New Solution.
dotnet new console
.This command creates a Program.cs
file in your folder with a simple "Hello World" program already written, along with a C# project file named HelloWorld.csproj
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With