Skip to content

BC-LT-AT-FS-02/king-of-tokyo-webapi-team1

Repository files navigation

latamat02

Project requirements

Project Setup

  • Solution/Projects restore
dotnet restore
  • Tools restore
dotnet tool restore

Formating

  • Check format issues
dotnet format --verify-no-changes
  • Fix format issues
dotnet format

Testing

  • Run tests (includes restore and build)
dotnet test
  • Run tests generating html report
dotnet test -l html
  • Run tests including coverage report
dotnet test --collect:"XPlat Code Coverage"
dotnet reportgenerator -reports:"**/*.cobertura.xml" -targetdir:".coveragereport"

Tech Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •