This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir Demo.Passwords | |
cd Demo.Passwords | |
dotnet new globaljson --output src/Demo.Passwords.Api | |
dotnet new sln | |
dotnet sln Demo.Passwords.sln add src/Demo.Passwords.Api |