Skip to content

Instantly share code, notes, and snippets.

@xiillii
Last active September 6, 2021 23:39
Show Gist options
  • Save xiillii/d9a7083085084e4ad923d33616e10d12 to your computer and use it in GitHub Desktop.
Save xiillii/d9a7083085084e4ad923d33616e10d12 to your computer and use it in GitHub Desktop.
dotnet new xunit -o src/Demo.Passwords.Tests
dotnet sln Demo.Passwords.sln add src/Demo.Passwords.Tests
dotnet add src/Demo.Passwords.Tests reference src/Demo.Passwords.Api
dotnet add src/Demo.Passwords.Tests package Moq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment