Run the existing project checks that cover the files you changed.
- Build the affected .NET project.
- Run its existing tests.
- Verify documentation links when changing Markdown.
Build and test the affected project before submitting a pull request.
dotnet build src/SimpleL7Proxy/SimpleL7Proxy.csproj
dotnet testWarning
Do not remove or weaken unrelated tests to make a change pass.
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.