Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 764 Bytes

File metadata and controls

33 lines (22 loc) · 764 Bytes

Testing Changes

Run the existing project checks that cover the files you changed.

TL;DR

  • Build the affected .NET project.
  • Run its existing tests.
  • Verify documentation links when changing Markdown.

Validate Production Code

Build and test the affected project before submitting a pull request.

dotnet build src/SimpleL7Proxy/SimpleL7Proxy.csproj
dotnet test

Warning

Do not remove or weaken unrelated tests to make a change pass.

Validate Documentation

Confirm that every relative Markdown link and image target exists.

git diff --check
git grep -nE '\\[[^]]+\\]\\([^):#]+\\)' -- '*.md'

Tip

Also compare configuration claims with ../../taxonomy/concepts.json.