Skip to content

Instantly share code, notes, and snippets.

@akramarev
Created March 24, 2019 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akramarev/8604d9fb1ed06807335b46b9819c0015 to your computer and use it in GitHub Desktop.
Save akramarev/8604d9fb1ed06807335b46b9819c0015 to your computer and use it in GitHub Desktop.
[quickly create new dotnet core test project and run tests] @leetcode
dotnet new nunit
dotnet add package FluentAssertions
dotnet test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment