dotnet buildThis project is configured to generate test coverage every time tests are run and produces a HTML report at ./docfx/coverage/report.
dotnet testDocumentation is generated into HTML from Markdown using docfx.
To build the docs:
dotnet build docfxTo preview the docs:
dotnet build docfx
dotnet build docfx -t:ServeTo preview the docs with test coverage:
dotnet test
dotnet build docfx
dotnet build docfx -t:Serve