Skip to content

Instantly share code, notes, and snippets.

@joaofx
Created August 25, 2023 15:39
Show Gist options
  • Save joaofx/8b897e33e77f30cb345911cef5e2d72c to your computer and use it in GitHub Desktop.
Save joaofx/8b897e33e77f30cb345911cef5e2d72c to your computer and use it in GitHub Desktop.
New .NET Solution
dotnet new sln --name SolutionName
dotnet new console --output src/ProjectName
dotnet new nunit --output tests/ProjectName.Tests
dotnet sln add tests/ProjectName.Tests
dotnet sln add src/ProjectName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment