Skip to content

small-coding-dojo/smcd-csharp-testframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smcd-csharp-testframework

one way to start the tests

The "watch" subcommand observes the project folder. The dotnet runtime will rebuild the project and re-start it, if changes to relevant files are detected.

dotnet watch run --project "TestFramework.Tests"

The above command is similar to:

dotnet build && dotnet run --project=TestFramework.Tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages